feat(agent-sdk): add gitignore for typescript SDK package

This commit is contained in:
Ishaan Jaffer 2026-05-06 14:52:42 -07:00
parent 487479eff7
commit 504c90bad7
No known key found for this signature in database

4
sdks/typescript-agent-sdk/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
node_modules/
dist/
*.log
.DS_Store