Skip to content

Commit 0e6a173

Browse files
committed
Reduce to a single project-wide .gitignore, covering both itest and examples
1 parent b4ec488 commit 0e6a173

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ target
88
Cargo.lock
99

1010
# Godot
11-
**/.import/
11+
# .godot needs to be a pattern like this and not a directory, otherwise the negative statements below don't apply
1212
**/.godot/**
13+
*.import
14+
1315
# Needed to run projects without having to open the editor first.
1416
!**/.godot/extension_list.cfg
1517
!**/.godot/global_script_class_cache.cfg

examples/dodge-the-creeps/godot/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
list=[]

0 commit comments

Comments
 (0)