.gitignore 447 B

12345678910111213141516171819202122232425262728293031323334353637
  1. Thumbs.db
  2. .DS_Store
  3. *.swp
  4. .idea/
  5. .vscode/
  6. .vagrant/
  7. .env
  8. startRedis.cmd
  9. startMongo.cmd
  10. .database
  11. .db
  12. .redis
  13. *.rdb
  14. npm-debug.log
  15. yarn-error.log
  16. lerna-debug.log
  17. # Backend
  18. backend/node_modules/
  19. backend/config/default.json
  20. # Frontend
  21. frontend/yarn-error.log
  22. frontend/bundle-stats.json
  23. frontend/bundle-report.html
  24. frontend/node_modules/
  25. frontend/dist/build/
  26. frontend/dist/index.html
  27. frontend/dist/config/default.json
  28. npm
  29. node_modules
  30. # Logs
  31. log/