# Files & directories excluded from the WordPress.org SVN release build.
# Read by a release script before `svn ci` to produce a clean ZIP / trunk.

# Dev infrastructure
/composer.json
/composer.lock
/composer.phar
/phpunit.xml
/phpunit.xml.dist
/phpunit-integration.xml
/phpunit-integration.xml.dist
/phpcs.xml
/phpcs.xml.dist
/phpstan.neon
/phpstan.neon.dist
/phpstan-baseline.neon
/phpstan/
/.phpunit.cache/
/.phpunit.result.cache
*.phar

# Tests & test/build scripts
/tests/
/bin/

# Documentation (developer-facing, not user-facing)
/docs/

# Front-end build configs
/package.json
/package-lock.json
/build.js
/yarn.lock
/.stylelintrc
/.stylelintrc.json
/.eslintrc
/.eslintrc.json
/node_modules/

# CI / VCS
/.github/
/.git/
/.gitignore
/.gitattributes
/.editorconfig

# IDE / OS noise
/.idea/
/.vscode/
.DS_Store
*.swp
*.swo
*~

# Logs / temp
*.log
*.tmp
/coverage/
/.phpunit.cache/

# Composer vendor (production deps will be installed via dist build, dev only)
/vendor/

# Backups / archives
*.zip
*.tar
*.tar.gz
*.bak
