Gitignore build artifacts, temp files, and CLI tmp directory
Ignore compiled JS/sourcemap/declaration files in server/src, tmp-* scratch scripts, and cli/tmp/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b95c05a242
commit
78fe49a3ea
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -9,3 +9,11 @@ coverage/
|
||||||
data/
|
data/
|
||||||
.paperclip/
|
.paperclip/
|
||||||
.pnpm-store/
|
.pnpm-store/
|
||||||
|
tmp-*
|
||||||
|
cli/tmp/
|
||||||
|
|
||||||
|
# Build artifacts in src directories
|
||||||
|
server/src/**/*.js
|
||||||
|
server/src/**/*.js.map
|
||||||
|
server/src/**/*.d.ts
|
||||||
|
server/src/**/*.d.ts.map
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue