diff --git a/.distignore b/.distignore new file mode 100644 index 0000000..5ddd085 --- /dev/null +++ b/.distignore @@ -0,0 +1,20 @@ +# Directories +/.git +/.github +/.wordpress-org +/node_modules +/vendor + +# Files +/.distignore +/.eslintrc.json +/.gitattributes +/.gitignore +/.stylelintrc.json +/.travis.yml +/composer.json +/package.json +/package-lock.json +/composer.lock +/phpcs.xml +/README.md diff --git a/.gitattributes b/.gitattributes index 3261b4f..74f6667 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ /vendor export-ignore # Files +/.distignore export-ignore /.eslintrc.json export-ignore /.gitattributes export-ignore /.gitignore export-ignore