chore: fix source config format

This commit is contained in:
2026-03-15 01:28:27 -07:00
parent 0f70793fe8
commit d911531f6f

View File

@@ -1,11 +1,4 @@
# Source-level common-repo config.
# Only files under src/ are distributed to consumers.
# The rename strips the src/ prefix so they land at the repo root.
- include:
patterns:
- "src/**"
- "src/.*"
- "src/.github/**"
# Source-level config: only expose src/ contents, renamed to root.
- include: ["src/**", "src/.*", "src/.github/**"]
- rename:
- from: "^src/(.*)$"
to: "$1"
- "^src/(.+)$": "$1"