Skip to content

Commit ebb8cf0

Browse files
committed
Fix build script deleting skeleton files
try try
1 parent 9dd4731 commit ebb8cf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
tests/ export-ignore
2-
travis/ export-ignore
1+
/tests/ export-ignore
2+
/travis/ export-ignore
33
.github/ export-ignore
44
.travis.yml export-ignore
55
.gitignore export-ignore
66
.gitattributes export-ignore
7-
phpunit.xml.* export-ignore
7+
phpunit.xml.dist export-ignore
88
composer.lock export-ignore
99
build.xml export-ignore

0 commit comments

Comments
 (0)