Skip to content

Commit

Permalink
add comprehensive gitattributes file with sane export-ignore and auto lf
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrawley committed Jan 28, 2017
1 parent b1e5444 commit 7c0f500
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
.github/issue_template.md export-ignore
.github/pull_request_template.md export-ignore
.composer/config.json export-ignore

* text=auto
/.composer/ export-ignore
/.github/ export-ignore
/Tests/ export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.github_changelog_generator export-ignore
/.php_cs.dist export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/.phpunit.xml.dist export-ignore

0 comments on commit 7c0f500

Please sign in to comment.