From a82e6fcbd9ca31d060092d18cae8736da7828933 Mon Sep 17 00:00:00 2001 From: Tyler Bailey Date: Wed, 28 Aug 2024 10:30:05 -0400 Subject: [PATCH] Add gitattributes file --- .gitattributes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..63d4e02f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +/.distignore export-ignore +/.gitattributes export-ignore +/.github/ export-ignore +/.gitignore export-ignore +/.nvmrc export-ignore +/.wordpress-org/ export-ignore +/.wordpress-version-checker.json export-ignore +/.wp-env.json export-ignore +/CHANGELOG.md export-ignore +/CODE_OF_CONDUCT.md export-ignore +/CONTRIBUTING.md export-ignore +/CREDITS.md export-ignore +/composer.lock export-ignore +/package-lock.json export-ignore +/phpcs.xml export-ignore +/phpunit.xml.dist export-ignore +/tests/ export-ignore +/webpack.config.js export-ignore