Ignore a stray root node_modules so a test run started from the repo root cannot litter the tree

This commit is contained in:
heaven 2026-08-14 04:01:13 +03:00
parent 481c1926b4
commit 8cd8ce6381

3
.gitignore vendored
View file

@ -39,3 +39,6 @@ backend/dist/
eval/exp16/data/
frontend/references/.check.log
# Кэш npm/vite при запуске тестов из корня (зависимости фронта — frontend/node_modules)
node_modules/