Skip to content

Commit 66b21fd

Browse files
authored
fix gitattributes to actually ignore tests
1 parent 3133d19 commit 66b21fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.gitattributes export-ignore
22
.gitignore export-ignore
33
.scrutinizer.yml export-ignore
4+
.styleci.yml export-ignore
45
.travis.yml export-ignore
56
phpunit.xml.dist export-ignore
67
Resources/doc export-ignore
7-
Tests/ export-ignore
8+
tests/ export-ignore

0 commit comments

Comments
 (0)