mirror of
https://github.com/atom/atom.git
synced 2026-02-07 13:14:55 -05:00
Use more generic core.excludeVcsIgnoredPaths config key
This commit is contained in:
@@ -193,7 +193,7 @@ class Project
|
||||
|
||||
command = require.resolve('nak')
|
||||
args = ['--ackmate', regex.source, @getPath()]
|
||||
args.unshift("--addVCSIgnores") if config.get('nak.addVCSIgnores')
|
||||
args.unshift("--addVCSIgnores") if config.get('core.excludeVcsIgnoredPaths')
|
||||
new BufferedProcess({command, args, stdout, exit})
|
||||
deferred
|
||||
|
||||
|
||||
Reference in New Issue
Block a user