Merge pull request #150 from mdwheele/adds-gitattributes-for-dist

Adds .gitattributes that excludes paths when installed via --prefer-dist
1.0
Phil Sturgeon 2014-10-23 13:24:19 -04:00
commit 8e922e9bef
1 changed files with 5 additions and 0 deletions

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
/test export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore