Skip to content

Commit 75cb2d6

Browse files
committed
ignore scripts
1 parent 115d6bd commit 75cb2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jscpd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"pattern": "packages/**/*.ts",
3-
"ignore": ["**node_modules**", "**dist**"],
3+
"ignore": ["**node_modules**", "**dist**", "*/scripts/*"],
44
"gitignore": true,
55
"threshold": 3.0,
66
"minLines": 3,

0 commit comments

Comments
 (0)