Skip to content

Commit ca63d76

Browse files
authored
fix gitattributes to actually exclude tests
1 parent 9e6ea5d commit ca63d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitattributes

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.gitattributes export-ignore
33
/.github/ export-ignore
44
.gitignore export-ignore
5-
/.php_cs export-ignore
5+
/.php_cs.dist export-ignore
66
/.scrutinizer.yml export-ignore
77
/.styleci.yml export-ignore
88
/.travis.yml export-ignore
@@ -12,4 +12,4 @@
1212
/phpspec.yml.dist export-ignore
1313
/phpunit.xml.dist export-ignore
1414
/spec/ export-ignore
15-
/Tests/ export-ignore
15+
/tests/ export-ignore

0 commit comments

Comments
 (0)