composer ... --prefer-dist now ignores dev files (#783)

Suggested by issue: #710
Authored by @nick-cd
This commit is contained in:
Nicholas 2021-03-02 10:30:50 -05:00 committed by GitHub
commit 7ee0787183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitattributes vendored
View file

@ -2,3 +2,6 @@
.gitignore export-ignore
.github export-ignore
docs export-ignore
tests export-ignore
phpunit.xml.dist export-ignore
.travis.yml export-ignore