From 7a3f6b5d0917bf6a06942f3377f9d66dcf41df2c Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Mon, 29 Jul 2013 20:02:14 +1000 Subject: [PATCH] Updated Grunt deploy excludes list --- Gruntfile.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index cbc2998c..02b25e19 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -90,13 +90,15 @@ module.exports = function(grunt) { '!.travis.yml', '!.gitignore', - '!build-*.sh', '!README.md', '!CHANGELOG.md', '!Gruntfile.js', '!package.json', '!phpunit.xml', - '!**/Thumbs.db' + '!**/Thumbs.db', + '!composer.json', + '!*.sublime-project', + '!*.sublime-workspace' ], dest: 'deploy/', filter: 'isFile'