Unverified Commit 2afd876d authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #3259 from Majkl578/update-export-ignores

Update export ignores
parents d2159ea6 1bfc30bd
/tests export-ignore /.appveyor.yml export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/build.properties export-ignore
/build.xml export-ignore
/composer.lock export-ignore
/docs export-ignore /docs export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.appveyor.yml export-ignore
.travis.yml export-ignore
build.properties export-ignore
build.xml export-ignore
phpunit.xml.dist export-ignore
run-all.sh export-ignore
/phpcs.xml.dist export-ignore /phpcs.xml.dist export-ignore
/composer.lock export-ignore /phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/run-all.sh export-ignore
/tests export-ignore
...@@ -44,8 +44,5 @@ ...@@ -44,8 +44,5 @@
"dev-master": "2.9.x-dev", "dev-master": "2.9.x-dev",
"dev-develop": "3.0.x-dev" "dev-develop": "3.0.x-dev"
} }
},
"archive": {
"exclude": ["!vendor", "tests", "*phpunit.xml", ".appveyor.yml", ".travis.yml", "build.xml", "build.properties", "composer.phar"]
} }
} }
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "69dd02e4a1e8f77823b3676b3f707ef6", "content-hash": "c1b5ddb5a1259c7ac793dd9c6e6d657a",
"packages": [ "packages": [
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment