Skip to content

Commit 996fb1c

Browse files
authored
Merge pull request #11 from vinkla/patch-2
Add .gitattributes file
2 parents 51a2fde + 75d46bd commit 996fb1c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* text=auto
2+
3+
/example export-ignore
4+
/test export-ignore
5+
/.gitattributes export-ignore
6+
/.gitignore export-ignore
7+
/.travis.yml export-ignore
8+
/phpunit.xml.dist export-ignore
9+
/README.md export-ignore

0 commit comments

Comments
 (0)