21 lines
347 B
Text
21 lines
347 B
Text
# Node.js
|
|
node_modules/
|
|
coverage/
|
|
*.log
|
|
|
|
# Environment files, including local variants and backups
|
|
.env*
|
|
!.env.example
|
|
|
|
# Local configuration and test data
|
|
src/static/gameservers-list.json
|
|
|
|
# Runtime storage
|
|
storage/runtime/
|
|
storage/permanent/*
|
|
!storage/permanent/.gitkeep
|
|
storage/temp/*
|
|
!storage/temp/.gitkeep
|
|
|
|
# Operating system files
|
|
.DS_Store
|