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
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -40,3 +40,4 @@ bun-debug.log*
|
||||||
|
|
||||||
cypress/screenshots
|
cypress/screenshots
|
||||||
cypress/videos
|
cypress/videos
|
||||||
|
tsconfig.tsbuildinfo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue