.gitignore 463 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. docker-compose.override.yml
  16. npm-debug.log
  17. lerna-debug.log
  18. # Backend
  19. backend/node_modules/
  20. backend/config/default.json
  21. # Frontend
  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. package-lock.json
  31. # Logs
  32. log/