Skip to content

Commit feacd86

Browse files
authored
Create Godot.gitignore
A simple .gitignore for the Godot game engine.
1 parent 4bff4a2 commit feacd86

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Godot.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# Godot-specific ignores
3+
.import/
4+
export.cfg
5+
export_presets.cfg
6+
7+
# Mono-specific ignores
8+
.mono/
9+
10+
# System/tool-specific ignores
11+
.directory
12+
*~

0 commit comments

Comments
 (0)