fair-plugin/.gitattributes
Colin Stewart 6208b29cec
Add .gitattributes and exclude other development files. (#103)
Signed-off-by: costdev <79332690+costdev@users.noreply.github.com>
2025-06-17 11:05:57 -07:00

18 lines
446 B
Text

* text=auto
/.git export-ignore
/.github export-ignore
/bin export-ignore
/node_modules export-ignore
/tests export-ignore
phpunit.xml.dist export-ignore
wp-tests-config-sample.php export-ignore
composer.json export-ignore
composer.lock export-ignore
package.json export-ignore
package-lock.json export-ignore
.wp-env.json export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.distignore export-ignore
.editorconfig export-ignore