composer archive configurations added.

This commit is contained in:
Geoff Taylor
2021-07-05 16:23:59 -04:00
parent 4506e7ce7b
commit 8089d0462c
3 changed files with 21 additions and 1 deletions
-1
View File
@@ -1,4 +1,3 @@
# A set of files you probably don't want in your WordPress.org distribution
/.git
/.github
/.idea
+1
View File
@@ -26,3 +26,4 @@ c3.php
php-coveralls.phar
codeception.yml
.editorconfig
plugin-build
+20
View File
@@ -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"
]
}
}