Skip to content

Commit febb03f

Browse files
authored
Add .gitattributes with export options
Add .gitattributes
2 parents b6c99c6 + a28adc2 commit febb03f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

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

0 commit comments

Comments
 (0)