Skip to content

Commit 533b289

Browse files
glensccolinodell
authored andcommitted
Exclude more non-code from release tarballs
1 parent 0753bed commit 533b289

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.gitattributes

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Path-based git attributes
22
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
33

4-
# Ignore all test and documentation with "export-ignore".
4+
# Ignore dot files, test and documentation with "export-ignore".
5+
/.editorconfig export-ignore
56
/.gitattributes export-ignore
7+
/.github export-ignore
68
/.gitignore export-ignore
7-
/.travis.yml export-ignore
8-
/phpunit.xml.dist export-ignore
99
/.scrutinizer.yml export-ignore
10+
/.styleci.yml export-ignore
11+
/CODE_OF_CONDUCT.md export-ignore
12+
/CONTRIBUTING.md export-ignore
13+
/phpunit.xml.dist export-ignore
1014
/test export-ignore
11-
/docs export-ignore
15+
/docs export-ignore

0 commit comments

Comments
 (0)