Navigation Menu

Skip to content

Commit

Permalink
Exclude non-essential files in .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Aug 19, 2017
1 parent d59932b commit 0dc7dc7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
@@ -0,0 +1,9 @@
* text=auto

/examples export-ignore
/test export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/phpunit.xml.dist export-ignore

0 comments on commit 0dc7dc7

Please sign in to comment.