# Files and directories that must NOT ship to the WordPress.org SVN repository.
# Used by 10up/action-wordpress-plugin-deploy (applied within the plugin build dir).
# The build tooling lives at the repo root, outside this dir — these entries are defensive
# so nothing dev-only ever leaks into a release if it lands here later.

# Version control / CI
.git
.github
.gitignore
.gitattributes
.distignore

# Dependencies / build tooling
node_modules
vendor
package.json
package-lock.json
composer.json
composer.lock

# Tests & build/debug artifacts
tests
test
phpunit.xml
phpunit.xml.dist
*.map
*.log

# Editor / OS cruft
.vscode
.idea
.editorconfig
.DS_Store
Thumbs.db
