What was I thinking

This commit is contained in:
Paul Betts
2017-06-13 14:42:39 -07:00
parent 440bd7e7d8
commit 22d48ea117
2 changed files with 2 additions and 5 deletions

View File

@@ -59,11 +59,6 @@ const EXCLUDE_REGEXPS_SOURCES = [
// Ignore *.cc and *.h files from native modules
escapeRegExp(path.sep) + '.+\\.(cc|h)$',
// Shell scripts need to be outside of ASAR because Git will call them
// directly. Dugite also needs to be excluded
escapeRegExp(path.join('node_modules', 'github', 'bin')),
escapeRegExp(path.join('node_modules', 'dugite', 'git')),
// Ignore build files
escapeRegExp(path.sep) + 'binding\\.gyp$',
escapeRegExp(path.sep) + '.+\\.target.mk$',