Skip to content

Commit 157579b

Browse files
authored
Merge pull request #12 from briancain/git/improve-gitignore
Enhance gitignore
2 parents 3cb4e64 + 8ea94cf commit 157579b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
# Referenced from: https://github.com/github/gitignore/blob/main/Godot.gitignore
2+
# Godot 4+ specific ignores
3+
.godot/
14

25
# Godot-specific ignores
36
.import/
4-
godot/.godot/
7+
export.cfg
8+
export_presets.cfg
9+
10+
# Imported translations (automatically generated from CSV files)
11+
*.translation
12+
513
# Mono-specific ignores
614
.mono/
715
data_*/
16+
mono_crash.*.json

0 commit comments

Comments
 (0)