fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -59,27 +59,46 @@
|
||||
"sample/toc.yml"
|
||||
]
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"dev-doc/**/toc.yml",
|
||||
"user-guide/**/toc.yml",
|
||||
"dev-doc/**.md",
|
||||
"dev-doc/**/*.md",
|
||||
"user-guide/**.md",
|
||||
"user-guide/**/*.md",
|
||||
"toc.yml",
|
||||
"*.md"
|
||||
]
|
||||
}
|
||||
{
|
||||
"files": [
|
||||
"workflows/**/toc.yml",
|
||||
"manual/**/toc.yml",
|
||||
"app-anatomy/**/toc.yml",
|
||||
"fundamentals/**/toc.yml",
|
||||
"release-note/**/toc.yml",
|
||||
"product/**/toc.yml",
|
||||
"workflows/**.md",
|
||||
"workflows/**/*.md",
|
||||
"manual/**.md",
|
||||
"manual/**/*.md",
|
||||
"app-anatomy/**.md",
|
||||
"app-anatomy/**/*.md",
|
||||
"fundamentals/**.md",
|
||||
"fundamentals/**/*.md",
|
||||
"release-note/**.md",
|
||||
"release-note/**/*.md",
|
||||
"product/**.md",
|
||||
"product/**/*.md",
|
||||
"toc.yml",
|
||||
"*.md"
|
||||
],
|
||||
"exclude": [
|
||||
".ai/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"resource": [
|
||||
{
|
||||
"files": [
|
||||
"img/**",
|
||||
"acc/**",
|
||||
"sample/**.png",
|
||||
"dev-doc/**.png",
|
||||
"user-guide/**.png",
|
||||
"sample/**.png",
|
||||
"workflows/**.png",
|
||||
"manual/**.png",
|
||||
"app-anatomy/**.png",
|
||||
"fundamentals/**.png",
|
||||
"release-note/**.png",
|
||||
"product/**.png",
|
||||
"**.svg",
|
||||
"**.jpg",
|
||||
"**.zip",
|
||||
@@ -88,15 +107,17 @@
|
||||
"**.json",
|
||||
"**.mp4",
|
||||
"**.csv",
|
||||
"**.nc",
|
||||
"assets/**",
|
||||
"templates/chinese-search/public/**",
|
||||
"web.config"
|
||||
],
|
||||
"exclude": [
|
||||
"preserved/**",
|
||||
"preserved2/**",
|
||||
"_site/**"
|
||||
]
|
||||
"exclude": [
|
||||
"preserved/**",
|
||||
"preserved2/**",
|
||||
"_site/**",
|
||||
".ai/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"overwrite": [
|
||||
|
||||
Reference in New Issue
Block a user