Files
gamejamgame/.gitignore
T
2026-07-25 16:10:50 +12:00

28 lines
383 B
Plaintext

# Godot 4+ specific ignores
.godot/
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation.godot/
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# Export folders
exports/
Exports/
# IDE and OS specific
.vscode/
.idea/
.DS_Store
# Plugin specific
addons/script-ide/*