Skip to content

Commit 0f3b0d5

Browse files
committed
Refactor .gitignore
1 parent 381f90a commit 0f3b0d5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.gitignore

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
coverage/
2-
node_modules/
3-
*.d.ts.map
1+
!/index.d.ts
42
*.d.ts
53
*.log
4+
*.map
65
*.tsbuildinfo
76
.DS_Store
7+
coverage/
8+
node_modules/
89
yarn.lock
9-
!/complex-types.d.ts
10-
!/index.d.ts

0 commit comments

Comments
 (0)