chore: ignore TypeScript build artifacts in src/
Add patterns for *.js, *.js.map, *.d.ts, and *.d.ts.map files in src/ directory to exclude TypeScript compilation output from version control. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
817c411afd
commit
7a39a76663
7
.gitignore
vendored
7
.gitignore
vendored
@ -69,3 +69,10 @@ USER.md
|
||||
|
||||
# local tooling
|
||||
.serena/
|
||||
|
||||
# TypeScript build artifacts (output from TS compilation)
|
||||
src/**/*.js
|
||||
src/**/*.js.map
|
||||
src/**/*.d.ts
|
||||
src/**/*.d.ts.map
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user