From 4215aab315d2b8d9aa215e29a3a8d35d1d327dd3 Mon Sep 17 00:00:00 2001 From: Jon Wolfe Date: Fri, 12 Jun 2015 17:56:26 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index dd5281a..eff7da9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,4 @@ Configuration defaults How it Matches --------------- - -Eventually matching will be done via Minimatch, but for this initial version matching is done via the basic `string.match` js method for folders and for files it just checks the list for a matching file name using `array.indexof`. - -If a search is too generic (e.g. `vendor` is matching your `to_vendor` folder you actually want to see) then add specificity by adding backslashes to the item (e.g. `/vendor/`). \ No newline at end of file +Matches are done via the default matching system in Brackets along with [Minimatch](https://github.com/isaacs/minimatch) with the `dot` and `matchBase` options.