projectboost/.gitattributes
2025-02-02 14:04:21 +01:00

18 lines
No EOL
319 B
Text

# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
# Godot 4+ specific ignores
.godot/
# 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