Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWolfe committed Jun 12, 2015
1 parent 6105325 commit 4215aab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`).
Matches are done via the default matching system in Brackets along with [Minimatch](https://github.com/isaacs/minimatch) with the `dot` and `matchBase` options.

0 comments on commit 4215aab

Please sign in to comment.