# Files that live in the repo but must never ship inside the distributed plugin ZIP.
#
# `plugin:pack-release` builds the ZIP with `git archive`, which honours export-ignore.
# .wordpress-org holds the WordPress.org listing assets (screenshots, icon) — ~8 MB that
# merchants would otherwise download with every update. The wp.org deploy workflow reads
# that directory straight from the checkout (ASSETS_DIR in deploy-wporg.yml), not from
# this archive, so ignoring it here does not affect the SVN asset upload.
.wordpress-org/ export-ignore
.gitattributes export-ignore
