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:
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal 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
|
||||
Reference in New Issue
Block a user