first commit
This commit is contained in:
44
godot_client/.gitignore
vendored
Normal file
44
godot_client/.gitignore
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
.import/
|
||||
export.cfg
|
||||
export_presets.cfg
|
||||
|
||||
# Godot-specific files to ignore
|
||||
*.translation
|
||||
*.import
|
||||
|
||||
# Build artifacts
|
||||
builds/
|
||||
exports/
|
||||
*.apk
|
||||
*.ipa
|
||||
*.exe
|
||||
*.dmg
|
||||
*.zip
|
||||
*.pck
|
||||
|
||||
# Logs and databases
|
||||
*.log
|
||||
*.sqlite
|
||||
|
||||
# OS-specific
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Editor-specific
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
*.cache
|
||||
Reference in New Issue
Block a user