Skip to content

Commit 662b1f5

Browse files
committed
Add .tsbuildinfo to .gitignore
1 parent 307d188 commit 662b1f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
coverage/
2-
node_modules/
31
.DS_Store
42
*.d.ts
53
*.log
4+
*.tsbuildinfo
5+
coverage/
6+
node_modules/
67
yarn.lock

0 commit comments

Comments
 (0)