gitignore
This commit is contained in:
parent
ceffa3f159
commit
f51da541f8
1 changed files with 16 additions and 0 deletions
16
.gitattributes
vendored
16
.gitattributes
vendored
|
@ -1,2 +1,18 @@
|
|||
# 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
|
Loading…
Add table
Reference in a new issue