fair-plugin/.distignore
Chuck Adams de3809d46f
Exclude ai/, .envrc, .pi/, tmp/, infection.json from release zips
Add export-ignore in .gitattributes and rsync exclusions in .distignore
to keep development-only files out of the distributed plugin zip.

Signed-off-by: Chuck Adams <chaz@chaz.works>
2026-06-09 23:38:31 -06:00

25 lines
293 B
Text

# Main
.git/
.github/
.cache/
bin/
node_modules/
tests/
phpunit.xml.dist
wp-tests-config-sample.php
phpcs.xml.dist
phpstan.dist.neon
composer.json
composer.lock
package.json
package-lock.json
.wp-env.json
.gitignore
.gitattributes
.distignore
.editorconfig
.envrc
.pi/
tmp/
ai/
infection.json