Skip to content

Commit a6e30a8

Browse files
committed
Add .tsbuildinfo to .gitignore
1 parent 3d2ad26 commit a6e30a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.DS_Store
22
*.d.ts
33
*.log
4+
*.tsbuildinfo
5+
/node_modules/
46
coverage/
5-
/node_modules
67
test/baseline*.js
78
yarn.lock

0 commit comments

Comments
 (0)