mirror of
https://github.com/wp-graphql/wp-graphql-woocommerce.git
synced 2026-08-14 12:53:44 +02:00
composer archive configurations added.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# A set of files you probably don't want in your WordPress.org distribution
|
||||
/.git
|
||||
/.github
|
||||
/.idea
|
||||
|
||||
@@ -26,3 +26,4 @@ c3.php
|
||||
php-coveralls.phar
|
||||
codeception.yml
|
||||
.editorconfig
|
||||
plugin-build
|
||||
|
||||
@@ -85,5 +85,25 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/wp-graphql/wp-graphql-woocommerce/issues",
|
||||
"source": "https://github.com/wp-graphql/wp-graphql-woocommerce"
|
||||
},
|
||||
"archive": {
|
||||
"name": "wp-graphql-wooocommerce",
|
||||
"exclude": [
|
||||
"/.*",
|
||||
"/bin",
|
||||
"/docs",
|
||||
"/local",
|
||||
"/plugin-build",
|
||||
"/tests",
|
||||
"!/vendor",
|
||||
"/codeception.dist.yml",
|
||||
"/codeception.yml",
|
||||
"/composer.json",
|
||||
"/composer.lock",
|
||||
"/docker-composer.yml",
|
||||
"/Dockerfile",
|
||||
"/netlify.toml",
|
||||
"/README.md"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user