Skip to content

Commit 11dd9a7

Browse files
authored
Merge pull request johnpbloch#18 from vinkla/patch-1
Exclude non-essential files in .gitattributes
2 parents 5583367 + 1db01c3 commit 11dd9a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* text=auto
2+
3+
/tests export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/.travis.yml export-ignore
7+
/phpunit.xml.dist export-ignore
8+
/README.md export-ignore

0 commit comments

Comments
 (0)