From fab3f5e146f64173bb63b7c323f26bb6031d27ba Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 7 Sep 2013 18:27:20 +0200 Subject: [PATCH] More excludes --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cce0c15b0..66616dbf4 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,6 @@ } }, "archive": { - "exclude": ["!vendor", "tests", "*phpunit.xml", ".travis.yml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor"] + "exclude": ["!vendor", "tests", "*phpunit.xml", ".travis.yml", "build.xml", "build.properties", "composer.phar", "vendor/satooshi", "lib/vendor", "*.swp", "*coveralls.yml"] } }