# OW Consent — files excluded from WP.org distribution build (wp dist-archive).

# VCS / IDE
.git
.gitignore
.gitattributes
.github
.gitlab
.idea
.vscode
.editorconfig

# Build / dependencies
node_modules
src
tests
docs
package.json
package-lock.json
yarn.lock
composer.lock
*.config.js
*.config.cjs
*.config.mjs
tsconfig.json

# Tooling configs
phpcs.xml
phpcs.xml.dist
phpunit.xml
phpunit.xml.dist
.phpcs-cache

# Development docs (the readme.txt is the WP.org user-facing one)
README.md
CHANGELOG.md
CONTRIBUTING.md

# Build artifacts
*.zip
*.tar.gz
.DS_Store
Thumbs.db

# The distribution manifest itself must not ship: Plugin Check rejects hidden files
# in the package (hidden_files, severity 8).
.distignore
