# Used to remove files from deployment using `git archive`. # GIT Files. .gitattributes export-ignore .gitignore export-ignore # General Files. README.md export-ignore SECURITY.md export-ignore .distignore export-ignore .editorconfig export-ignore .phpcs.xml.dist export-ignore .travis.yml export-ignore Gruntfile.js export-ignore composer.json export-ignore composer.lock export-ignore package-lock.json export-ignore package.json export-ignore phpcs.xml export-ignore phpunit.xml.dist export-ignore bin export-ignore # Patches. *.patch export-ignore # Tests. *.test export-ignore tests export-ignore