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.
This commit is contained in:
parent
1775fee61f
commit
cfe5428dfe
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -265,4 +265,6 @@ chroma*/*
|
|||
stuff/*
|
||||
src/frontend/playwright-report/index.html
|
||||
*.bak
|
||||
prof/*
|
||||
prof/*
|
||||
|
||||
src/frontend/temp
|
||||
Loading…
Add table
Add a link
Reference in a new issue