# Files and folders to exclude from GitHub release zip (export-ignore)

# Dev/build tooling
.gitattributes          export-ignore
.gitignore              export-ignore
.distignore             export-ignore
.editorconfig           export-ignore
.eslintrc               export-ignore
.eslintignore           export-ignore
.stylelintrc            export-ignore
.babelrc                export-ignore
webpack.config.js       export-ignore
package.json            export-ignore
package-lock.json       export-ignore
composer.json           export-ignore
composer.lock           export-ignore
Gruntfile.js            export-ignore
Gulpfile.js             export-ignore

# GitHub Actions & config
.github                 export-ignore

# WordPress.org listing assets (not part of plugin)
.wordpress-org          export-ignore

# Source files (compiled versions are in assets/dist)
assets/src              export-ignore

# Tests & QA
tests                   export-ignore
phpcs.xml               export-ignore
phpunit.xml             export-ignore
.phpunit.result.cache   export-ignore

# Misc
*.map                   export-ignore
*.log                   export-ignore
node_modules            export-ignore
