From ebf7162ae557a8a62cd293d14b8a412e4b3a174a Mon Sep 17 00:00:00 2001 From: aodulov Date: Wed, 29 Oct 2025 13:35:18 +0200 Subject: [PATCH] gitignore additions for Playwright --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e25f3b5..8e56e80 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ /backend/build/ /backend/dist/ /.context -.env \ No newline at end of file +.env +/node_modules/ +/test-results/ +/playwright-report/ \ No newline at end of file