mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Ignore node_modules of the fuzzy-native package
This commit is contained in:
parent
e3e3eff71e
commit
4d3e71d25a
@ -55,6 +55,9 @@ const EXCLUDE_REGEXPS_SOURCES = [
|
||||
escapeRegExp(path.join('node_modules', '.bin', 'pegjs')),
|
||||
escapeRegExp(path.join('node_modules', 'spellchecker', 'vendor', 'hunspell') + path.sep) + '.*',
|
||||
|
||||
// node_modules of the fuzzy-native package are only required for building it.
|
||||
escapeRegExp(path.join('node_modules', 'fuzzy-native', 'node_modules')),
|
||||
|
||||
// Ignore *.cc and *.h files from native modules
|
||||
escapeRegExp(path.sep) + '.+\\.(cc|h)$',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user