chore: gitignore vitest failure attachments
vitest browser mode writes failure-capture PNGs into .vitest-attachments/; keep them out of git (a tracked one was already being cleaned up in primitives).
This commit is contained in:
@@ -24,6 +24,7 @@ dist
|
|||||||
|
|
||||||
# test
|
# test
|
||||||
coverage
|
coverage
|
||||||
|
**/.vitest-attachments
|
||||||
|
|
||||||
# env
|
# env
|
||||||
.env*
|
.env*
|
||||||
|
|||||||
Reference in New Issue
Block a user