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