phpspec / prophecy

Highly opinionated mocking framework for PHP 5.3+
MIT License
8.53k stars 241 forks source link

Add .github directory to .gitattributes export-ignore #517

Closed Ayesh closed 3 years ago

Ayesh commented 3 years ago

Add .github to .gitattributes with an export-ignore rule. This also aligns the export-ignore rules for more readability.

ciaranmcnulty commented 3 years ago

Thanks!

stof commented 3 years ago

To me, the alignment actually hurt maintenance: it means that adding a new line in the file might involve editing all lines of the file if the alignment has to change.