For deployment process exclude *.md files

This commit is contained in:
Shiva Poudel 2014-08-23 09:31:42 +05:45 committed by Ninos Ego
parent 1cc8ae0b64
commit a175968805
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ module.exports = function( grunt ) {
src: [
'**',
'!.*',
'!*.md',
'!.*/**',
'.htaccess',
'!Gruntfile.js',