diff --git a/.distignore b/.distignore deleted file mode 100644 index 39b5123..0000000 --- a/.distignore +++ /dev/null @@ -1,27 +0,0 @@ -# A set of files you probably don't want in your WordPress.org distribution -.circleci -.distignore -.editorconfig -.git -.github -.gitignore -.DS_Store -Thumbs.db -bin -behat.yml -CODEOWNERS -composer.json -composer.lock -CONTRIBUTING.md -Gruntfile.js -package.json -package-lock.json -phpcs.xml.dist -phpunit.xml.dist -README.md -tests -vendor -node_modules -*.sql -*.tar.gz -*.zip \ No newline at end of file diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9109fa5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,26 @@ +# Directories +/.circleci export-ignore +/.git export-ignore +/.github export-ignore +/.gitignore export-ignore +/tests export-ignore +/vendor export-ignore +/node_modules export-ignore +/bin export-ignore + +# Files +/.DS_Store export-ignore +/Thumbs.db export-ignore +/.editorconfig export-ignore +/.gitattributes export-ignore +/behat.yml export-ignore +/CODEOWNERS export-ignore +/composer.json export-ignore +/composer.lock export-ignore +/CONTRIBUTING.md export-ignore +/Gruntfile.js export-ignore +/package-lock.json export-ignore +/package.json export-ignore +/phpcs.xml.dist export-ignore +/phpunit.xml.dist export-ignore +/README.md export-ignore \ No newline at end of file