Skip to content

Commit 6066cea

Browse files
committed
Add .tsbuildinfo to .gitignore
1 parent e1777bc commit 6066cea

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+
*.log
2+
*.tsbuildinfo
3+
.DS_Store
14
coverage/
2-
node_modules/
35
lib/**/*.d.ts
6+
node_modules/
47
test/**/*.d.ts
5-
*.log
6-
.DS_Store
78
yarn.lock

0 commit comments

Comments
 (0)