chore: add TypeScript build artifacts to gitignore

This commit is contained in:
root
2026-04-15 16:11:10 +08:00
parent ee2fd18fec
commit 931617624e

6
.gitignore vendored
View File

@ -64,3 +64,9 @@ jimeng*.png
# Test Cache
.pytest_cache/
# TypeScript
node_modules/
dist/
*.tsbuildinfo
tsconfig.tsbuildinfo