You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
539 B

# 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