Skip to content

Commit 61d871f

Browse files
committed
Add .tsbuildinfo to .gitignore
1 parent 9fbfca7 commit 61d871f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.gitignore

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
.DS_Store
1+
*.d.ts
22
*.log
3+
*.map
4+
*.tsbuildinfo
5+
.DS_Store
36
coverage/
47
node_modules/
58
test/jsx-*.js
69
yarn.lock
7-
*.d.ts.map
8-
*.d.ts
9-
!lib/jsx-classic.d.ts
10-
!lib/jsx-automatic.d.ts
10+
!/lib/jsx-automatic.d.ts
11+
!/lib/jsx-classic.d.ts

0 commit comments

Comments
 (0)