From 8dcce93be538e069d46e18c92670971cf4ef6e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 19 May 2023 01:47:55 +0200 Subject: [PATCH] Stop exporting developemtn files --- .gitattributes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..85e9075ab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,25 @@ +/.babelrc export-ignore +/.browserslistrc export-ignore +/.codeclimate.yml export-ignore +/.dev/ export-ignore +/.distignore export-ignore +/.distinclude export-ignore +/.editorconfig export-ignore +/.eslintignore export-ignore +/.eslintrc.js export-ignore +/.github/ export-ignore +/.gitignore export-ignore +/.npmrc export-ignore +/.nvmrc export-ignore +/.stylelintrc export-ignore +/.wp-env.json export-ignore +/Gruntfile.js export-ignore +/changelog.txt export-ignore +/composer.lock export-ignore +/cypress.json export-ignore +/docs/ export-ignore +/phpcs.xml export-ignore +/phpunit.xml export-ignore +/postcss.config.js export-ignore +/webpack.config.js export-ignore +/yarn.lock export-ignore