Parcourir la source

Merge pull request #14 from pooyaj/gitignore-fix

added node_modules and .DS_Store to the .gitignore file
Michael Jackson il y a 9 ans
Parent
commit
06fb883b6d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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