45 lines
417 B
Plaintext
45 lines
417 B
Plaintext
# 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
|