123456789101112131415161718192021222324252627 |
- Thumbs.db
- .DS_Store
- *.swp
- .idea/
- .vagrant
- startRedis.cmd
- startMongo.cmd
- .database
- database
- .redis
- dump.rdb
- npm-debug.log
- # Back End
- backend/node_modules
- backend/config/default.json
- # Front End
- frontend/node_modules
- frontend/dist
- npm
- # Logs
- log
- .env
|