From 582f36524d877081fa8f75b0b0e1aa726556e7bd Mon Sep 17 00:00:00 2001 From: Jason Adams Date: Tue, 30 Mar 2021 14:07:38 -0700 Subject: [PATCH] chore: add .distignore file --- .distignore | 50 +++++++++++++++++++++++++++++++++++++++++++++++ postcss.config.js | 5 ----- 2 files changed, 50 insertions(+), 5 deletions(-) create mode 100644 .distignore delete mode 100755 postcss.config.js diff --git a/.distignore b/.distignore new file mode 100644 index 0000000..ca68391 --- /dev/null +++ b/.distignore @@ -0,0 +1,50 @@ +/.git +.gitignore +.gitattributes + +/.idea +/.github +/.storybook + +/tests +/node_modules +/assets/src +/vendor/bin +/vendor/composer/installers + +.travis.yml +.editorconfig +.babelrc +.babelrc.json +.jscrsrc +.jshintrc +.eslintignore +.eslintrc +.eslintrc.json +.prettierrc.json +.prettierignore +.stylelintrc.json +.huskyrc.json +.lintstagedrc.json +.distignore +.stylelintignore + +bower.json +composer.json +composer.lock +package.json +package-lock.json +phpunit.xml +phpunit.xml.dist +CHANGELOG.md +README.md +readme.md +phpcs.ruleset.xml +phpcs.xml.dist +CONTRIBUTING.md +CODE_OF_CONDUCT.md +contributing.md +postcss.config.js +webpack.mix.js +docker-compose.yml +wp-textdomain.js diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100755 index ef6f273..0000000 --- a/postcss.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - plugins: { - 'autoprefixer': {} - } -}; \ No newline at end of file