Skip to content

Commit b85fef3

Browse files
authored
add unnecessary files/folders to export-ignore
`/tests`, `/phpunit.xml.dist`, and `/.travis.yml` aren't needed when pulling down the package via Composer, so we can add them to the `export-ignore` list to prevent them from being downloaded.
1 parent 5f3e2c1 commit b85fef3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitattributes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
/.gitattributes export-ignore
44
/.gitignore export-ignore
55
/README.md export-ignore
6-
/examples export-ignore
6+
/examples export-ignore
7+
/tests export-ignore
8+
/phpunit.xml.dist export-ignore
9+
/.travis.yml export-ignore

0 commit comments

Comments
 (0)