Skip to content

Commit ccb8316

Browse files
committed
Update springignore to prevent circular reference in smoke tests
Added test-engine, .github, and build to springignore.txt to prevent Spring's archive scanner from recursively scanning these directories when SpringBoard is used as a game archive. Also updated .gitignore to exclude test artifacts.
1 parent c89eacb commit ccb8316

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ env/
1010
# don't track local (dev) file
1111
*.local
1212
*.7z
13+
14+
# Test engine artifacts
15+
test-engine/games/
16+
test-engine/script.txt
17+
test-engine/test-data/

springignore.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
doc
33
model
44
issues
5-
dist_cfg
5+
dist_cfg
6+
test-engine
7+
.github
8+
build

0 commit comments

Comments
 (0)