mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Don't bundle obj.target and .deps build folders
This commit is contained in:
@@ -49,6 +49,8 @@ module.exports = (grunt) ->
|
||||
path.join('bootstrap', 'examples')
|
||||
path.join('spellchecker', 'vendor')
|
||||
path.join('xmldom', 'test')
|
||||
path.join('build', 'Release', 'obj.target')
|
||||
path.join('build', 'Release', '.deps')
|
||||
path.join('vendor', 'apm')
|
||||
path.join('resources', 'mac')
|
||||
path.join('resources', 'win')
|
||||
|
||||
Reference in New Issue
Block a user