From e5075c25708d0e50fb1943c0cffb5680abfc2134 Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Tue, 9 Feb 2016 11:26:19 -0800 Subject: [PATCH] :memo: Add link to article on glob patterns --- src/config-schema.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-schema.coffee b/src/config-schema.coffee index 88e00c71d..ac66cf097 100644 --- a/src/config-schema.coffee +++ b/src/config-schema.coffee @@ -12,7 +12,7 @@ module.exports = default: [".git", ".hg", ".svn", ".DS_Store", "._*", "Thumbs.db"] items: type: 'string' - description: 'List of string glob patterns. Files and directories matching these patterns will be ignored by some packages, such as the fuzzy finder and tree view. Individual packages might have additional config settings for ignoring names.' + description: 'List of [glob patterns](https://en.wikipedia.org/wiki/Glob_%28programming%29). Files and directories matching these patterns will be ignored by some packages, such as the fuzzy finder and tree view. Individual packages might have additional config settings for ignoring names.' excludeVcsIgnoredPaths: type: 'boolean' default: true