Game-Server/.gitignore
MaksSlyzar 31fd36a4ef
Some checks are pending
Deploy MMO Server / deploy (push) Waiting to run
Fixed Datapackloader
2026-05-05 01:38:54 +03:00

28 lines
374 B
Plaintext

**/node_modules/
**/package-lock.json
**/npm-debug.log*
**/yarn-error.log*
game-server/*.sqlite
game-server/*.sqlite-shm
game-server/*.sqlite-wal
database.sqlite
database.sqlite-shm
database.sqlite-wal
**/.env
**/.env.local
**/.env.development.local
**/.env.test.local
**/.env.production.local
**/logs
*.log
.DS_Store
Thumbs.db
client/dist/
client/build/
game-server-*