Skip to content

Commit 31d7320

Browse files
committed
Update .gitignore
1 parent a9f691e commit 31d7320

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ __pycache__
1616
/build/
1717

1818
# Godot import stuff
19-
.godot/imported/
20-
.godot/editor/
21-
.godot/shader_cache/
22-
.godot/uid_cache.bin
19+
**/.godot/imported/
20+
**/.godot/editor/
21+
**/.godot/shader_cache/
22+
**/.godot/uid_cache.bin

0 commit comments

Comments
 (0)