From 6afb2369979e53550867f296c4f7ada2c6dfa554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 13 Aug 2023 12:20:44 +0200 Subject: [PATCH] Stop distributing development files --- .gitattributes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4036c458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +/.distignore 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