# Items to ignore when downloading a zip *.yml export-ignore .git export-ignore .github export-ignore .gitattributes export-ignore .gitignore export-ignore gulpfile.js export-ignore *.json export-ignore composer.json !export-ignore composer.lock export-ignore /languages/*.po export-ignore /assets/scss/ export-ignore *.css.map export-ignore phpcs.xml export-ignore .phpstan export-ignore phpcompat.xml export-ignore phpstan.neon export-ignore .editorconfig export-ignore /assets/scripts/ export-ignore /patches/ export-ignore /gulptasks/ export-ignore .example.env export-ignore CONTRIBUTING.md export-ignore package-lock.json export-ignore # Declare files that will always have CRLF line endings on checkout. #*.php text eol=crlf # Denote all files that are truly binary and should not be modified. *.png binary *.jpg binary