chore: nested gitignore, godot project doesn't filter correctly
This commit is contained in:
parent
49563f8550
commit
37cbbf915d
|
|
@ -0,0 +1,21 @@
|
|||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
.nomedia
|
||||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_credentials.cfg
|
||||
*.tmp
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
||||
# Mono-specific ignores
|
||||
.mono/
|
||||
data_*/
|
||||
mono_crash.*.json
|
||||
|
||||
# Godot backups
|
||||
*.old
|
||||
*.old.*
|
||||
Loading…
Reference in New Issue