diff --git a/.gitignore b/.gitignore index b2c1de9a2..e1dcd0188 100644 --- a/.gitignore +++ b/.gitignore @@ -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 +