Skip to content

Commit a556b7d

Browse files
committed
Add .tsbuildinfo to .gitignore
1 parent 661367a commit a556b7d

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-
.DS_Store
1+
coverage/
2+
node_modules/
23
*.d.ts.map
34
*.d.ts
45
*.log
5-
coverage/
6-
node_modules/
6+
*.tsbuildinfo
7+
.DS_Store
78
yarn.lock

0 commit comments

Comments
 (0)