Don't bundle nodegit vendor folder

This commit is contained in:
Kevin Sawicki
2016-02-05 15:24:00 -08:00
parent 130b0c7fb6
commit 5ce50a5c6f

View File

@@ -54,6 +54,7 @@ module.exports = (grunt) ->
# so that it doesn't becomes larger than it needs to be.
ignoredPaths = [
path.join('git-utils', 'deps')
path.join('nodegit', 'vendor')
path.join('oniguruma', 'deps')
path.join('less', 'dist')
path.join('bootstrap', 'docs')