# Paths excluded from distribution archives (wp dist-archive, deploy scripts).
# Also useful to omit from local Plugin Check scans when tooling respects this file.

# Never copy SVN metadata from local trees (e.g. assets/ checkouts) into deploy targets.
.svn/
svn-checkout/
# Local build output (release zips, companion-app APKs) — never ship (see create-plugin-zip.sh).
Dist/
*.apk
# Local nested SVN/utility tree; never ship (see create-plugin-zip.sh).
wedding-party-assets/
.git/
.github/
deploy.yml
.cursorrules
.gitignore
.cursor/
.release
.vscode/
node_modules/
vendor/
src/
tests/
scripts/
*.zip
*.sh
# Root/dev markdown only — keep admin-docs/*.md for the Help hub (8.4.0+).
/*.md
phpcs.xml
phpcs.xml.dist
composer.json
composer.lock
package.json
package-lock.json
PLUGIN-IDENTIFIER.txt
# Nested blueprint SVN/dev tree — must not ship (may contain .svn; see create-plugin-zip.sh).
assets/blueprints/trunk/
