build: ignore generated docs and changelogs in jscpd

This commit is contained in:
Peter Steinberger 2026-03-13 19:57:03 +00:00
parent 784020f71e
commit e7fb2fea5c
1 changed files with 16 additions and 0 deletions

16
.jscpd.json Normal file
View File

@ -0,0 +1,16 @@
{
"gitignore": true,
"noSymlinks": true,
"ignore": [
"**/node_modules/**",
"**/dist/**",
"dist/**",
"**/.git/**",
"**/coverage/**",
"**/build/**",
"**/.build/**",
"**/.artifacts/**",
"docs/zh-CN/**",
"**/CHANGELOG.md"
]
}