chore: ignore stray top-level node_modules/ vitest cache
CI / test (push) Has been cancelled

vitest occasionally writes its .vite cache to a top-level node_modules/
when invoked from the wrong cwd. The cache landed in 78405b6; remove it
and ignore the path so it can't sneak in again.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-06 18:40:22 -04:00
parent 78405b644d
commit da0396788f
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -33,3 +33,6 @@ storage/images/
# Python
**/__pycache__/
*.pyc
# Stray vitest .vite cache when run from the wrong cwd
/node_modules/