123456789101112131415161718192021222324252627282930313233343536 |
- Thumbs.db
- .DS_Store
- *.swp
- .idea/
- .vscode/
- .vagrant/
- .env
- startRedis.cmd
- startMongo.cmd
- .database
- .db
- .redis
- *.rdb
- npm-debug.log
- lerna-debug.log
- # Backend
- backend/node_modules/
- backend/config/default.json
- # Frontend
- frontend/bundle-stats.json
- frontend/bundle-report.html
- frontend/node_modules/
- frontend/dist/build/
- frontend/dist/index.html
- frontend/dist/config/default.json
- npm
- node_modules
- package-lock.json
- # Logs
- log/
|