mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-09 00:30:14 +03:00
💄
This commit is contained in:
parent
e9bcb851c3
commit
bcc888bfb4
@ -61,10 +61,9 @@ module.exports = (grunt) ->
|
||||
]
|
||||
ignoredPaths = ignoredPaths.map (ignoredPath) -> _.escapeRegExp(ignoredPath)
|
||||
|
||||
# Put patterns here that shouldn't be escaped
|
||||
ignoredPaths.push _.escapeRegExp(path.join('build', 'Release') + path.sep) + '.*\\.pdb'
|
||||
# Add .* to avoid matching hunspell_dictionaries.
|
||||
ignoredPaths.push _.escapeRegExp(path.join('spellchecker', 'vendor', 'hunspell') + path.sep) + ".*"
|
||||
ignoredPaths.push _.escapeRegExp(path.join('build', 'Release') + path.sep) + '.*\\.pdb'
|
||||
|
||||
# Hunspell dictionaries are only not needed on OS X.
|
||||
if process.platform is 'darwin'
|
||||
|
Loading…
Reference in New Issue
Block a user