Skip to content

Commit

Permalink
Updated Grunt deploy excludes list
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Jul 29, 2013
1 parent d6f9380 commit 7a3f6b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7a3f6b5

Please sign in to comment.