diff --git a/app/templates/Gruntfile.js b/app/templates/Gruntfile.js index 1062820f3..0e38d3662 100644 --- a/app/templates/Gruntfile.js +++ b/app/templates/Gruntfile.js @@ -181,7 +181,7 @@ module.exports = function (grunt) { dot: true, src: [ '.tmp', - '<%%= yeoman.dist %>/**/!(.git*|.openshift|Procfile)' + '<%%= yeoman.dist %>/!(.git*|.openshift|Procfile)**' ] }] },