Update .jscpd.json

This commit is contained in:
Alexandre
2022-02-18 17:01:36 +01:00
committed by GitHub
parent 0d1f2f0489
commit 93ec26282a

View File

@@ -3,6 +3,7 @@
"reporters": ["html", "markdown"],
"ignore": [
"**/.git/**",
"**/*.md"
"**/*.md",
"check-pr.yaml"
]
}