Skip to content

Commit 1961e11

Browse files
authored
Fix #649 - Remove useless files from users and servers (#679)
1 parent 9bc0118 commit 1961e11

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.gitattributes

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/.github export-ignore
4+
/.php-cs-fixer.dist.php export-ignore
5+
/phpstan.neon.dist export-ignore
6+
/phpstan-baseline.neon export-ignore
7+
/.editorconfig export-ignore
8+
/.travis.yml export-ignore
9+
/appveyor.yml export-ignore
10+
/psalm.baseline.xml export-ignore
11+
/psalm.xml export-ignore
12+
/bin export-ignore
13+
/doc export-ignore

composer.json

+13
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,18 @@
4242
"branch-alias": {
4343
"dev-master": "0.10.x-dev"
4444
}
45+
},
46+
"archive": {
47+
"exclude": [
48+
"/tests",
49+
"/phpunit.xml.dist",
50+
"/.env.dist",
51+
"/spec",
52+
"/Makefile",
53+
"/phpspec.yml",
54+
"/docker-compose.yml",
55+
"/docker",
56+
"/.dockerignore"
57+
]
4558
}
4659
}

0 commit comments

Comments
 (0)