mirror of https://github.com/openclaw/openclaw.git
build: ignore generated docs and changelogs in jscpd
This commit is contained in:
parent
784020f71e
commit
e7fb2fea5c
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"gitignore": true,
|
||||||
|
"noSymlinks": true,
|
||||||
|
"ignore": [
|
||||||
|
"**/node_modules/**",
|
||||||
|
"**/dist/**",
|
||||||
|
"dist/**",
|
||||||
|
"**/.git/**",
|
||||||
|
"**/coverage/**",
|
||||||
|
"**/build/**",
|
||||||
|
"**/.build/**",
|
||||||
|
"**/.artifacts/**",
|
||||||
|
"docs/zh-CN/**",
|
||||||
|
"**/CHANGELOG.md"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue