Skip to content

Commit 0cc5302

Browse files
authored
Create .gitignore
1 parent 3af9ce8 commit 0cc5302

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Godot 4+ specific ignores
2+
.godot/
3+
4+
# Godot-specific ignores
5+
.import/
6+
export.cfg
7+
export_presets.cfg
8+
9+
# Imported translations (automatically generated from CSV files)
10+
*.translation
11+
12+
# Mono-specific ignores
13+
.mono/
14+
data_*/
15+
mono_crash.*.json

0 commit comments

Comments
 (0)