Add tsconfig.tsbuildinfo to gitignore

This commit is contained in:
kimpure 2026-05-21 18:04:35 +00:00
parent fcefc5a41f
commit 2a6167b576
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View file

@ -10,4 +10,5 @@ cache
db db
docker-compose.yml docker-compose.yml
target/ target/
tsconfig.tsbuildinfo

File diff suppressed because one or more lines are too long