Skip to content

Commit f8d8941

Browse files
Trim inherited files from module layout
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 2eb17ed commit f8d8941

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/content/guides/structuring-your-module.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,11 @@ The goal is a stable repository anatomy so both humans and automation know exact
3636
│ │ └── .textlintrc # Text lint rules surfaced in Build Docs summaries
3737
│ ├── workflows/ # Entry points for the reusable workflow
3838
│ │ └── Process-PSModule.yml # Consumer hook into this workflow bundle
39-
│ ├── CODE_OF_CONDUCT.md # Community participation rules
4039
│ ├── CODEOWNERS # Default reviewers enforced by Process-PSModule checks
4140
│ ├── CONTRIBUTING.md # Repository-local contribution workflow
4241
│ ├── copilot-instructions.md # Copilot route to AGENTS.md
4342
│ ├── dependabot.yml # Dependency update cadence handled by GitHub
4443
│ ├── PSModule.yml # Settings parsed to drive matrices
45-
│ ├── release.yml # Release automation template invoked on publish
46-
│ ├── SECURITY.md # Private vulnerability reporting policy
47-
│ ├── SUPPORT.md # Support channels and issue routing
4844
│ └── zensical.toml # Site config consumed during site builds
4945
├── examples/ # Samples referenced in generated documentation
5046
│ └── General.ps1 # Example script ingested by Document-PSModule

0 commit comments

Comments
 (0)