Skip to content

Commit c66f7c7

Browse files
committed
Refactor ignores
1 parent 775ca22 commit c66f7c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.DS_Store
2-
*.log
31
.nyc_output/
42
coverage/
53
node_modules/
4+
*.log
5+
.DS_Store
66
mdast-util-to-string.js
77
mdast-util-to-string.min.js
88
yarn.lock

Diff for: .prettierignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage/
2-
mdast-util-to-string.js
3-
mdast-util-to-string.min.js
42
*.json
53
*.md
4+
mdast-util-to-string.js
5+
mdast-util-to-string.min.js

0 commit comments

Comments
 (0)