Commit 424cfd7
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments