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:
@@ -33,3 +33,6 @@ storage/images/
|
||||
# Python
|
||||
**/__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Stray vitest .vite cache when run from the wrong cwd
|
||||
/node_modules/
|
||||
|
||||
Reference in New Issue
Block a user