Skip to content

Commit 874547f

Browse files
committed
feature: putout: config: ignore: coverage -> coverage/*
1 parent 427d4be commit 874547f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.putout.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
"putout/apply-lowercase-to-node-builders": "off"
2323
},
2424
".filesystem.json": {
25-
"filesystem/remove-files": ["on", {
26-
"names": ["coverage"]
27-
}],
2825
"typescript/find-file": ["on", {
2926
"ignore": [
3027
"eslint-fixture"

packages/putout/putout.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,15 @@
163163
"ignore": [
164164
"**/*.lock",
165165
"**/*.log",
166-
"**/.nyc_output",
166+
"**/.nyc_output/*",
167167
"**/.yarn",
168168
"**/.pnp.*",
169169
"**/.idea",
170170
"**/.git",
171171
"**/package-lock.json",
172172
"**/node_modules",
173173
"**/fixture",
174-
"**/coverage",
174+
"**/coverage/*",
175175
"**/dist",
176176
"**/dist-dev",
177177
"**/build"

0 commit comments

Comments
 (0)