chore: ignore *.tmp and .vscode/ in gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e7de580aba
commit
79a9dffc80
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -27,3 +27,7 @@ server/src/**/*.js.map
|
|||
server/src/**/*.d.ts
|
||||
server/src/**/*.d.ts.map
|
||||
tmp/
|
||||
|
||||
# Editor / tool temp files
|
||||
*.tmp
|
||||
.vscode/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue