From cfe5428dfe970390a2b6ccfafbf4ff7daf00ee84 Mon Sep 17 00:00:00 2001 From: ogabrielluiz Date: Tue, 4 Jun 2024 09:15:25 -0300 Subject: [PATCH] chore: Update .gitignore to ignore src/frontend/temp The .gitignore file has been updated to ignore the "src/frontend/temp" directory. This change ensures that the temporary files generated in the "src/frontend/temp" directory are not tracked by Git. Note: The commit message has been generated based on the provided code changes and recent commits. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 03eed1556..04712f508 100644 --- a/.gitignore +++ b/.gitignore @@ -265,4 +265,6 @@ chroma*/* stuff/* src/frontend/playwright-report/index.html *.bak -prof/* \ No newline at end of file +prof/* + +src/frontend/temp \ No newline at end of file