# Omit files and folders when repository is downloaded.
.gitattributes export-ignore
.gitignore export-ignore
/node_modules export-ignore
/package-lock.json export-ignore
/package.json export-ignore

# Directories
/.wordpress-org export-ignore
/.github export-ignore

# Files
.eslintrc.json export-ignore
.distignore export-ignore
.eslintignore export-ignore
.editorconfig export-ignore
.phpcs.xml.dist export-ignore
composer.json export-ignore
composer.lock export-ignore
phpstan.neon.dist export-ignore
