Skip to content

Commit 424cfd7

Browse files
committed
chore(gitignore): ignore test/temp/ archive fixtures
test/unit/archives.test.mts writes fixtures into test/temp/ and cleans them in afterAll(), but if the test process is interrupted (e.g. vitest watch killed mid-run) the fixtures get left behind as untracked files that clutter git status. Gitignore the directory so leftovers don't leak into future commits.
1 parent 2081610 commit 424cfd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ dist/
5757
*.backup
5858
*.bak
5959
*.orig
60+
/test/temp/
6061

6162
# ============================================================================
6263
# Archive directories

0 commit comments

Comments
 (0)