Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Merge 1aac15b into d94a02a
Browse files Browse the repository at this point in the history
  • Loading branch information
niels-nijens committed May 4, 2016
2 parents d94a02a + 1aac15b commit dac8bb1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Force Unix line-endings
* text eol=lf
*.png binary
.gitattributes eol=lf
.gitignore eol=lf
*.css eol=lf
*.html eol=lf
*.json eol=lf
*.lock eol=lf
*.md eol=lf
*.phar eol=lf
*.php eol=lf
*.xml eol=lf
*.yml eol=lf

# Remove all test and documentation files from releases with 'export-ignore'.
/docs export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.styleci.yml export-ignore
/phpunit.xml export-ignore

0 comments on commit dac8bb1

Please sign in to comment.