From 8cd8ce63811bedddd366faa18fa4f64ec94476d5 Mon Sep 17 00:00:00 2001 From: heaven Date: Fri, 14 Aug 2026 04:01:13 +0300 Subject: [PATCH] Ignore a stray root node_modules so a test run started from the repo root cannot litter the tree --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8b06d81a..161e06ff 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ backend/dist/ eval/exp16/data/ frontend/references/.check.log + +# Кэш npm/vite при запуске тестов из корня (зависимости фронта — frontend/node_modules) +node_modules/