feat(wpmc S7): .gitattributes export-ignore for git archive build

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Vladimir Bryzgalov
2026-05-17 12:21:01 +05:00
parent 72c93bdd98
commit fa7384dbff
+21
View File
@@ -0,0 +1,21 @@
# Exclude dev files from `git archive` (release.sh build)
/tests/ export-ignore
/docs/ export-ignore
/phpunit.xml.dist export-ignore
/patchwork.json export-ignore
/composer.json export-ignore
/composer.lock export-ignore
/.phpunit.result.cache export-ignore
/.beads/ export-ignore
/.claude/ export-ignore
/.gitea/ export-ignore
/CLAUDE.md export-ignore
/AGENTS.md export-ignore
/release.sh export-ignore
/dist/ export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
/.DS_Store export-ignore
# NOTE: includes/lib/plugin-update-checker/ MUST NOT be excluded —
# required at runtime on target WP site.