Skip to content

Commit ff93ed4

Browse files
committed
fix(putout) ignore: dist* -> dist, dist-dev
1 parent e56e2ee commit ff93ed4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/putout/putout.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"**/fixture",
7676
"**/.nyc_output",
7777
"**/coverage",
78-
"**/dist*",
78+
"**/dist",
79+
"**/dist-dev",
7980
"**/package-lock.json"
8081
],
8182
"exclude": [

0 commit comments

Comments
 (0)