Skip to content

Commit 7a3f6b5

Browse files
committed
Updated Grunt deploy excludes list
1 parent d6f9380 commit 7a3f6b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Gruntfile.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,15 @@ module.exports = function(grunt) {
9090

9191
'!.travis.yml',
9292
'!.gitignore',
93-
'!build-*.sh',
9493
'!README.md',
9594
'!CHANGELOG.md',
9695
'!Gruntfile.js',
9796
'!package.json',
9897
'!phpunit.xml',
99-
'!**/Thumbs.db'
98+
'!**/Thumbs.db',
99+
'!composer.json',
100+
'!*.sublime-project',
101+
'!*.sublime-workspace'
100102
],
101103
dest: 'deploy/',
102104
filter: 'isFile'

0 commit comments

Comments
 (0)