mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Don't include *.pdb files
This commit is contained in:
@@ -56,6 +56,7 @@ module.exports = (grunt) ->
|
||||
path.join('build', 'Release', 'obj.target')
|
||||
path.join('build', 'Release', 'obj')
|
||||
path.join('build', 'Release', '.deps')
|
||||
path.join('build', 'Release', '.*\\.pdb')
|
||||
path.join('vendor', 'apm')
|
||||
path.join('resources', 'mac')
|
||||
path.join('resources', 'win')
|
||||
|
||||
Reference in New Issue
Block a user