gitignore: anchor reports/ to root so component source dirs aren't ignored #54

Merged
jmiller merged 4 commits from fix/gitignore-reports-anchor into dev 2026-07-12 23:01:22 +00:00
Owner

Anchors the CI-artifact reports/ rule to /reports/ so it only ignores a top-level build/coverage output dir, not component source dirs named "reports".

The bare pattern matched any reports/ at any depth and silently excluded legitimate Joomla component source — e.g. an admin view at src/View/Reports and tmpl/reports (this bit MokoSuiteCommunity, whose Reports view files had to be force-added). Mirrors the Template-Generic fix.

https://claude.ai/code/session_01VXrBk7psPzJPHVuBDJwt2x

Anchors the CI-artifact `reports/` rule to `/reports/` so it only ignores a top-level build/coverage output dir, not component source dirs named "reports". The bare pattern matched any `reports/` at any depth and silently excluded legitimate Joomla component source — e.g. an admin view at `src/View/Reports` and `tmpl/reports` (this bit MokoSuiteCommunity, whose Reports view files had to be force-added). Mirrors the Template-Generic fix. https://claude.ai/code/session_01VXrBk7psPzJPHVuBDJwt2x
jmiller changed target branch from main to dev 2026-07-12 23:01:21 +00:00
jmiller added 4 commits 2026-07-12 23:01:21 +00:00
- Add ignore entry for wiki/docs
- Remove .mokogitea/branch-protection.yml
gitignore: anchor reports/ to root so component source dirs aren't ignored
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Has been skipped
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Generic: Project CI / Lint & Validate (pull_request) Has been cancelled
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Has been cancelled
Generic: Repo Health / Access control (pull_request) Has been cancelled
Generic: Repo Health / Site Health (pull_request) Has been cancelled
Branch Cleanup / Delete merged branch (pull_request) Has been cancelled
RC Revert / Rename rc/ back to dev/ (pull_request) Has been cancelled
Generic: Project CI / Tests (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report: Scripts Governance (pull_request) Has been cancelled
Generic: Repo Health / Report: Repository Health (pull_request) Has been cancelled
Universal: PR Check / Branch Policy (pull_request) Has been cancelled
Universal: PR Check / Secret Scan (pull_request) Has been cancelled
Universal: PR Check / Validate PR (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
48881eb53b
Mirrors the Template-Generic fix. The bare `reports/` rule ignored any dir named
"reports" at any depth, silently excluding legitimate Joomla component source
(src/View/Reports, tmpl/reports). Anchor to `/reports/` (root build output only).

Claude-Session: https://claude.ai/code/session_01VXrBk7psPzJPHVuBDJwt2x
jmiller merged commit 161ec44804 into dev 2026-07-12 23:01:22 +00:00
jmiller deleted branch fix/gitignore-reports-anchor 2026-07-12 23:01:23 +00:00
Sign in to join this conversation.
No Reviewers
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/Template-Joomla#54