Add tsconfig.tsbuildinfo to gitignore
Build artifacts should not be tracked in version control.
This commit is contained in:
parent
2502308bcb
commit
71a9dc323f
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -39,4 +39,5 @@ bun-debug.log*
|
|||
/certificates/*
|
||||
|
||||
cypress/screenshots
|
||||
cypress/videos
|
||||
cypress/videos
|
||||
tsconfig.tsbuildinfo
|
||||
|
|
|
|||
Loading…
Reference in a new issue