Skip to content

Commit

Permalink
Add .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Dec 5, 2016
1 parent e819e46 commit 680aa37
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
@@ -0,0 +1,11 @@
# Enforce Unix newlines
* text=lf

# Exclude unused files
# see: https://redd.it/2jzp6k
/tests export-ignore
/.github export-ignore
.*.yml export-ignore
.gitattributes export-ignore
.gitignore export-ignore
/phpunit.xml export-ignore

0 comments on commit 680aa37

Please sign in to comment.