.gitignore 435 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. backups/
  15. npm-debug.log
  16. lerna-debug.log
  17. # Backend
  18. backend/node_modules/
  19. backend/config/default.json
  20. # Frontend
  21. frontend/bundle-stats.json
  22. frontend/bundle-report.html
  23. frontend/node_modules/
  24. frontend/dist/build/
  25. frontend/dist/index.html
  26. frontend/dist/config/default.json
  27. npm
  28. node_modules
  29. package-lock.json
  30. # Logs
  31. log/