From c401369e04c4966d167a91f6a16c13652d601a1e Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Mon, 14 Mar 2022 12:42:34 +0000 Subject: [PATCH] Revert "Remove .gitattributes file (https://github.com/woocommerce/woocommerce-blocks/pull/5242)" (https://github.com/woocommerce/woocommerce-blocks/pull/6049) This reverts commit 6ae286f670a3d293fba1d66b03924a45a376038e. --- plugins/woocommerce-blocks/.gitattributes | 32 +++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 plugins/woocommerce-blocks/.gitattributes diff --git a/plugins/woocommerce-blocks/.gitattributes b/plugins/woocommerce-blocks/.gitattributes new file mode 100644 index 00000000000..fe40586d798 --- /dev/null +++ b/plugins/woocommerce-blocks/.gitattributes @@ -0,0 +1,32 @@ +# Ignore all hidden files and directories +/.* export-ignore + +# Ignore all markdown files +/*.md export-ignore + +# Ignore following directories and contents +/node_modules* export-ignore +/tests export-ignore +/bin export-ignore +/docs export-ignore +/storybook export-ignore + +# Ignore following configuration files +/phpcs.xml export-ignore +/phpunit.* export-ignore +/composer.lock export-ignore +/composer.json export-ignore +/CODEOWNERS export-ignore +/renovate.json export-ignore +/webpack.config.js export-ignore +/postcss.config.js export-ignore +/bundlesize.config.json export-ignore +/package.json export-ignore +/package-lock.json export-ignore +/babel.config.js export-ignore +/docker-compose.yml export-ignore +/globals.d.ts export-ignore +/tsconfig.json export-ignore +/tsconfig.base.json export-ignore +/tsconfig.base export-ignore +/webpack.config.js export-ignore