Sfoglia il codice sorgente

added node_modules and DS_Store to the gitignore file

Pooya Jaferian 9 anni fa
parent
commit
d512c5ab51
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -1,2 +1,4 @@
 bundle.js
 *.bundle.js
+node_modules
+.DS_Store