(ts) add tsconfig.tsbuildinfo to .gitignore

This commit is contained in:
Valentyne Stigloher 2025-08-24 22:23:16 +02:00
parent 5ac8e9e8ff
commit ea30fe3224

3
.gitignore vendored
View File

@ -74,6 +74,9 @@ jspm_packages/
# TypeScript v1 declaration files
typings/
# TypeScript buildinfo
tsconfig.tsbuildinfo
# Optional npm cache directory
.npm