chore: ignore TypeScript build info artifacts

This commit is contained in:
Ilya Ashikhmin 2026-07-02 23:41:37 +02:00
parent 29ec717b47
commit e9351fbdf8

3
.gitignore vendored
View File

@ -5,3 +5,6 @@ dist/
.DS_Store
.vite/
coverage/
# TypeScript incremental build info
*.tsbuildinfo