chore: added more to ignor in gitignore
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,3 +1,31 @@
|
|||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
/android/
|
/android/
|
||||||
|
.temp
|
||||||
|
.nomedia
|
||||||
|
.TMP
|
||||||
|
*~libgit*
|
||||||
|
exported_binarys
|
||||||
|
|
||||||
|
# Godot-specific ignores
|
||||||
|
.import/
|
||||||
|
export.cfg
|
||||||
|
export_credentials.cfg
|
||||||
|
export_presets.cfg
|
||||||
|
|
||||||
|
# Imported translations (automatically generated from CSV files)
|
||||||
|
*.translation
|
||||||
|
|
||||||
|
# Mono-specific ignores
|
||||||
|
.mono/
|
||||||
|
data_*/
|
||||||
|
mono_crash.*.json
|
||||||
|
mono_crash.*.json
|
||||||
|
|
||||||
|
# Blender temp files
|
||||||
|
*.blend[1-9]*
|
||||||
|
*.blend~
|
||||||
|
|
||||||
|
# Draw.IO temp files
|
||||||
|
|
||||||
|
*.bkp
|
||||||
|
|||||||
Reference in New Issue
Block a user