gitignore/Godot.gitignore
Mike Wheway 490fa40bad
Update Godot.gitignore to ignore temp files
Godot sometimes creates .tmp files in the source directories that we don't want to source control.
2023-11-06 18:10:24 -05:00

17 lines
245 B
Plaintext

# Godot 4+ specific ignores
.godot/
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
*.tmp
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json