Skip to content

Commit

Permalink
Merge pull request #339 from matheusilario/master
Browse files Browse the repository at this point in the history
Adding .ftppass file exclusions in FTP-deploy and rsync
  • Loading branch information
claudiosanches committed Aug 19, 2015
2 parents 97d53c9 + 18ed0ff commit 072480e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ module.exports = function( grunt ) {
'.jshintrc',
'sass/',
'src/',
'README.md'
'README.md',
'.ftppass'
],
recursive: true,
syncDest: true
Expand Down Expand Up @@ -182,7 +183,8 @@ module.exports = function( grunt ) {
'../*.zip',
'../*.sublime-project',
'../*.sublime-workspace',
'../src/**'
'../src/**',
'../.ftppass'
]
}
},
Expand Down

0 comments on commit 072480e

Please sign in to comment.