Pirate-Jam-16/.gitignore

20 lines
264 B
Plaintext
Raw Normal View History

2025-01-18 08:25:58 +11:00
# ---> Godot
# Godot 4+ specific ignores
.godot/
2025-01-18 09:27:34 +11:00
/android/
2025-01-18 08:25:58 +11:00
# 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
2025-01-18 09:27:34 +11:00