Skip to content

Commit 7d90433

Browse files
committed
Remove root node_modules from repo and gitignore it
The vitest cache file under the root node_modules/ was being tracked because .gitignore only ignored frontend/node_modules/. Untrack it and add a root-level node_modules/ rule. https://claude.ai/code/session_013c178p4dVRXMq7QEwXb7ZX
1 parent 9c95a92 commit 7d90433

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Node / Next.js
2+
node_modules/
23
frontend/node_modules/
34
frontend/.next/
45
frontend/out/

node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)