.gitignore 230 B

123456789101112131415161718
  1. .env
  2. .vscode/
  3. logs
  4. client/.next/
  5. node_modules/
  6. client/config.js
  7. client/old.config.js
  8. server/config.js
  9. server/old.config.js
  10. production-server
  11. .idea/
  12. dump.rdb
  13. docs/api/static
  14. **/.DS_Store
  15. db/*
  16. !db/.gitkeep
  17. custom/*
  18. !custom/.gitkeep