Crell / ApiProblem

A simple implementation of the api-problem specification. Includes PSR-15 support.
MIT License
239 stars 21 forks source link

Add .gitattributes file? #11

Closed Crell closed 8 years ago

Crell commented 9 years ago

Apparently it's a thing:

http://blog.madewithlove.be/post/gitattributes/

fbidu commented 9 years ago

Yes... That post gave some clues about how we could it. Basically:

/tests export-ignore
/phpunit.xml.dist export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/README.md export-ignore
Crell commented 9 years ago

This was mostly a note-to-self. Can you file a PR?

fbidu commented 9 years ago

Yeah, sure!