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.
11 lines
341 B
Plaintext
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
|