mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2026-08-06 13:10:27 +08:00
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>
25 lines
293 B
Text
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
|