Skip to content

Commit ec3152b

Browse files
committed
Add .tsbuildinfo to .gitignore
1 parent 7f3c69e commit ec3152b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
coverage/
2-
node_modules/
3-
.DS_Store
41
*.d.ts
52
*.log
3+
*.tsbuildinfo
4+
.DS_Store
5+
coverage/
6+
node_modules/
67
yarn.lock
78
!/index.d.ts

0 commit comments

Comments
 (0)