Skip to content

Commit a01a960

Browse files
committed
build: jscpd should ignore generated files
1 parent dcb5922 commit a01a960

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.jscpd.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"consoleFull"
55
],
66
"ignore": [
7-
"**/stacks/*.json"
7+
"**/bakefiles/*.json",
8+
"**/dockerfiles/*.json",
9+
"**/templates/*"
810
],
911
"absolute": true
1012
}

0 commit comments

Comments
 (0)