Ignore a stray root node_modules so a test run started from the repo root cannot litter the tree
This commit is contained in:
parent
481c1926b4
commit
8cd8ce6381
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -39,3 +39,6 @@ backend/dist/
|
|||
eval/exp16/data/
|
||||
|
||||
frontend/references/.check.log
|
||||
|
||||
# Кэш npm/vite при запуске тестов из корня (зависимости фронта — frontend/node_modules)
|
||||
node_modules/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue