added node_modules and .DS_Store to the .gitignore file
@@ -1,2 +1,4 @@
bundle.js
*.bundle.js
+node_modules
+.DS_Store