Files
wp-healthcheck/.gitattributes
Steve Hanlon 1cd17b5bf4 Add .gitattributes to exclude dev files from archive
Same as the matching change in wp-site-recovery — excludes .beads/,
.claude/, AGENTS.md, CLAUDE.md, .gitignore, .gitattributes itself,
and steps.md (technician guide, not used at runtime) from any release
archive.
2026-06-12 10:12:12 +01:00

11 lines
341 B
Plaintext

# Files excluded from `git archive` output (gitea's archive endpoint
# uses git archive, so these don't ship in any release zip).
.beads/ export-ignore
.claude/ export-ignore
.gitignore export-ignore
.gitattributes export-ignore
AGENTS.md export-ignore
CLAUDE.md export-ignore
steps.md export-ignore