.gitignore 371 B

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