chore: extend .gitattributes export-ignore to cover all dev files

This commit is contained in:
Vladimir Bryzgalov
2026-04-21 21:10:31 +05:00
parent ee5bf2a3c5
commit 6422f1bf98
+19 -7
View File
@@ -1,7 +1,19 @@
/tests export-ignore
/docs export-ignore
/phpunit.xml export-ignore
/composer.json export-ignore
/composer.lock export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
# Exclude dev files from `git archive` (used by release.sh to build release zip)
/tests/ export-ignore
/docs/ export-ignore
/phpunit.xml export-ignore
/composer.json export-ignore
/composer.lock export-ignore
/.phpunit.result.cache export-ignore
/.beads/ export-ignore
/.claude/ 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 —
# it is required at runtime on the target WP site.