File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ overrides:
14
14
- docs/cli/**/*.md
15
15
- .github/**/*.{yaml,yml,toml}
16
16
- scripts/**/*.{yaml,yml,toml}
17
+ - ' !**/*.gen.json'
17
18
options :
18
19
proseWrap : preserve
Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ site/.prettierrc.yaml: .prettierrc.yaml
611
611
# - ./ -> ../
612
612
# - ./site -> ./
613
613
yq \
614
- '.overrides[].files |= map(. | sub("^./"; "") | sub("^"; "../") | sub("../site/"; "./"))' \
614
+ '.overrides[].files |= map(. | sub("^./"; "") | sub("^"; "../") | sub("../site/"; "./") | sub("../!"; "!../") )' \
615
615
"$<" >> "$@"
616
616
617
617
# Combine .gitignore with .prettierignore.include to generate .prettierignore.
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ overrides:
16
16
- ../docs/cli/**/*.md
17
17
- ../.github/**/*.{yaml,yml,toml}
18
18
- ../scripts/**/*.{yaml,yml,toml}
19
+ - ' !../**/*.gen.json'
19
20
options :
20
21
proseWrap : preserve
You can’t perform that action at this time.
0 commit comments