Skip to content

Commit

Permalink
Removed the excess stuff from the composer package
Browse files Browse the repository at this point in the history
  • Loading branch information
Finesse committed Oct 25, 2017
1 parent 3c2d460 commit 48d0e2b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
* text=auto

# Makes all the line breaks in the text files be casted to LF
*.{php,md,json,yml} text eol=lf
*.{gitignore,gitattributes} text eol=lf
LICENSE text eol=lf

# Removes excess stuff from the composer package
/tests export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.travis.yml export-ignore
/.gitignore export-ignore
/phpunit.xml export-ignore

0 comments on commit 48d0e2b

Please sign in to comment.