Skip to content

Commit 4551980

Browse files
committed
Update .gitignore for Godot 4
From: https://github.com/github/gitignore/blob/6eeebe6f49678aacd8311ce079842c971b3ebe96/Godot.gitignore Need to add the .godot folder since it's full of cooked assets. We also now include *.import files as recommended in the docs: https://docs.godotengine.org/en/4.3/tutorials/assets_pipeline/import_process.html#files-generated
1 parent 6310632 commit 4551980

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1+
# Godot 4+ specific ignores
2+
.godot/
13

24
# Godot-specific ignores
35
.import/
4-
*.import
56
export.cfg
6-
*.TMP
7+
export_presets.cfg
8+
9+
# Imported translations (automatically generated from CSV files)
10+
*.translation
711

812
# Mono-specific ignores
913
.mono/
14+
data_*/
15+
mono_crash.*.json
1016

1117
# Other
1218
demo.txt

0 commit comments

Comments
 (0)