58 lines
657 B
Plaintext
58 lines
657 B
Plaintext
# Godot 4+ specific ignores
|
|
.godot/
|
|
*.translation
|
|
|
|
# Godot-specific ignores
|
|
*.import
|
|
export.cfg
|
|
export_presets.cfg
|
|
|
|
# Imported translations (automatically generated from CSV files)
|
|
*.translation
|
|
|
|
# Mono-specific ignores
|
|
.mono/
|
|
data_*/
|
|
mono_crash.*.json
|
|
|
|
# System/tool-specific ignores
|
|
.DS_Store
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
Thumbs.db
|
|
|
|
# Build results
|
|
builds/
|
|
*.exe
|
|
*.pck
|
|
|
|
*.dmg
|
|
*.app
|
|
|
|
# Node.js (for server)
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
yarn-debug.log
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Server data
|
|
server/data/*.json
|
|
!server/data/.gitkeep
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.code-workspace
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|