Skip to content

Commit c29f26c

Browse files
committed
add prettierignore file
1 parent 8c50c68 commit c29f26c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.prettierignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
!/test
2+
/node_modules
3+
/example
4+
/.github
5+
/dist
6+
.env
7+
/tap-snapshots
8+
/.nyc_output
9+
/coverage
10+
/benchmark

0 commit comments

Comments
 (0)