Skip to content

Commit

Permalink
build: jscpd should ignore generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Apr 29, 2024
1 parent dcb5922 commit a01a960
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .jscpd.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"consoleFull"
],
"ignore": [
"**/stacks/*.json"
"**/bakefiles/*.json",
"**/dockerfiles/*.json",
"**/templates/*"
],
"absolute": true
}

0 comments on commit a01a960

Please sign in to comment.