mirror of
https://github.com/atom/atom.git
synced 2026-01-14 09:27:57 -05:00
first guess
This commit is contained in:
@@ -64,7 +64,7 @@ const EXCLUDE_REGEXPS_SOURCES = [
|
||||
escapeRegExp(path.sep) + '.+\\.target.mk$',
|
||||
escapeRegExp(path.sep) + 'linker\\.lock$',
|
||||
escapeRegExp(path.join('build', 'Release') + path.sep) + '.+\\.node\\.dSYM',
|
||||
escapeRegExp(path.join('build', 'Release') + path.sep) + '.*\\.(pdb|lib|exp|map|ipdb|iobj)',
|
||||
// escapeRegExp(path.join('build', 'Release') + path.sep) + '.*\\.(pdb|lib|exp|map|ipdb|iobj)',
|
||||
|
||||
// Ignore test and example folders
|
||||
'node_modules' + escapeRegExp(path.sep) + '.*' + escapeRegExp(path.sep) + '_*te?sts?_*' + escapeRegExp(path.sep),
|
||||
|
||||
Reference in New Issue
Block a user