.gitignore 282 B

12345678910111213141516171819202122232425
  1. Thumbs.db
  2. .DS_Store
  3. *.swp
  4. .idea/
  5. .vagrant/
  6. startRedis.cmd
  7. startMongo.cmd
  8. .database
  9. dump.rdb
  10. npm-debug.log
  11. # Back End
  12. backend/node_modules/
  13. backend/config/default.json
  14. # Front End
  15. frontend/node_modules/
  16. frontend/build/bundle.js
  17. frontend/build/config/default.json
  18. npm
  19. # Logs
  20. log/