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.
This commit is contained in:
2026-06-12 10:12:12 +01:00
parent 8ceb756404
commit 1cd17b5bf4

10
.gitattributes vendored Normal file
View File

@@ -0,0 +1,10 @@
# 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