Skip to content

Commit

Permalink
Added gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-z committed Oct 24, 2016
1 parent c01368b commit 9580eb9
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 @@
# Auto detect text files and perform LF normalization

# used to remove files from deployment using `git archive`
# git files
.gitattributes export-ignore
.gitignore export-ignore
# test files
phpunit.xml.dist export-ignore
**/test export-ignore
# travis configuration
.travis.yml export-ignore
# documentation and example files
**/doc export-ignore
**/example export-ignore

0 comments on commit 9580eb9

Please sign in to comment.