Skip to content

Commit 1db6077

Browse files
authored
[3.x] Don't include development related files in distribution package (#50)
1 parent fadb95a commit 1db6077

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.gitattributes

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
.github/ export-ignore
2+
.phan/ export-ignore
3+
docs/ export-ignore
4+
Tests/ export-ignore
5+
.drone.jsonnet export-ignore
6+
.drone.yml export-ignore
7+
.editorconfig export-ignore
18
.gitattributes export-ignore
29
.gitignore export-ignore
3-
.gitmodules export-ignore
4-
.travis/ export-ignore
5-
.travis.yml export-ignore
10+
phpunit.xml.dist export-ignore
11+
ruleset.xml export-ignore

0 commit comments

Comments
 (0)