.gitignore 431 B

1234567891011121314151617181920212223242526272829303132333435
  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. lerna-debug.log
  16. # Backend
  17. backend/node_modules/
  18. backend/config/default.json
  19. # Frontend
  20. frontend/yarn-error.log
  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. # Logs
  30. log/