mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Don't bundle nodegit vendor folder
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user