Skip to content

Commit 9afbf5f

Browse files
committed
Update .gitignore to exclude 'report' directory and modify JSCPD configuration to remove specific package-lock.json exclusion
1 parent 8b5cfbd commit 9afbf5f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/linters/.jscpd.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"ignore": [
3-
"package-lock.json",
43
"**/package-lock.json",
54
"**/yarn.lock",
65
"**/pnpm-lock.yaml",

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
super-linter-output
3+
report

0 commit comments

Comments
 (0)