chore: fix source config format
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user