diff --git a/.distignore b/.distignore new file mode 100644 index 00000000..213969a6 --- /dev/null +++ b/.distignore @@ -0,0 +1,28 @@ +# Directories +/.wordpress-org +/.github +/assets/sass +/assets/libs/fontawesome/scss +/blocks-src +/docs +/node_modules +/tests + +# Files +/.bowerrc +/.editorconfig +/.gitattributes +/.gitignore +/.jshintrc +/.travis.yml +/bower.json +/composer.json +/gulpfile.js +/hookdoc-conf.json +/manifest.json +/package.json +/package-lock.json +/phpcs.xml +/phpdoc.dist.xml +/README.md +*.sass diff --git a/.gitattributes b/.gitattributes index 16eee259..fbf88341 100644 --- a/.gitattributes +++ b/.gitattributes @@ -39,11 +39,9 @@ /.jshintrc export-ignore /.travis.yml export-ignore /bower.json export-ignore -/composer.json export-ignore /gulpfile.js export-ignore /hookdoc-conf.json export-ignore /manifest.json export-ignore -/package.json export-ignore /package-lock.json export-ignore /phpcs.xml export-ignore /phpdoc.dist.xml export-ignore