Skip to content

Commit 473f66a

Browse files
authored
Don't include development related files in distribution package (#127)
1 parent 608393d commit 473f66a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitattributes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
.github/ export-ignore
2+
.phan/ export-ignore
23
docs/ export-ignore
34
Tests/ export-ignore
45
.drone.jsonnet export-ignore
56
.drone.yml export-ignore
7+
.editorconfig export-ignore
68
.gitattributes export-ignore
79
.gitignore export-ignore
810
.phpunit.cache export-ignore
9-
ruleset.xml
11+
phpunit.xml.dist export-ignore
12+
rector.php export-ignore
13+
ruleset.xml export-ignore

0 commit comments

Comments
 (0)