Skip to content

Commit bf1008b

Browse files
authored
Don't include development related files in distribution package (#307)
AppVeyor fail is unrelated
1 parent 9fed23b commit bf1008b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.gitattributes

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
.github/ export-ignore
2-
.travis/ export-ignore
2+
.phan/ export-ignore
3+
docs/ export-ignore
34
Tests/ export-ignore
45
.appveyor.yml export-ignore
6+
.drone.jsonnet export-ignore
7+
.drone.yml export-ignore
8+
.editorconfig export-ignore
59
.gitattributes export-ignore
610
.gitignore export-ignore
7-
.travis.yml export-ignore
8-
phpunit.appveyor.xml export-ignore
11+
phpunit.*.xml.dist export-ignore
912
phpunit.xml.dist export-ignore
1013
ruleset.xml export-ignore

0 commit comments

Comments
 (0)