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 Oct 25, 2024
1 parent 0da00cc commit caef214
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
coverage/
node_modules/
/lib/
/index.js
*.d.ts.map
!/dev/index.d.ts
*.d.ts
*.log
*.map
*.tsbuildinfo
.DS_Store
/index.js
/lib/
coverage/
node_modules/
yarn.lock
!/dev/index.d.ts

0 comments on commit caef214

Please sign in to comment.