Skip to content

Commit

Permalink
Add .tsbuildinfo to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 16, 2024
1 parent 661367a commit a556b7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.DS_Store
coverage/
node_modules/
*.d.ts.map
*.d.ts
*.log
coverage/
node_modules/
*.tsbuildinfo
.DS_Store
yarn.lock

0 comments on commit a556b7d

Please sign in to comment.