mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
What was I thinking
This commit is contained in:
@@ -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$',
|
||||
|
||||
Reference in New Issue
Block a user