# This file tells which files and directories should be ignored and # NOT downloaded when using composer to pull down a project with # the --prefer-dist option selected. Used to remove development # specific files so user has a clean download. # git files .gitattributes export-ignore .gitignore export-ignore # helper config files .editorconfig export-ignore .travis.yml export-ignore # They don't want all of our tests... _travis/ export-ignore phpunit.yml export-ignore tests/ export-ignore # User Guide Source Files user_guide_src