From 643901eb60c429d3c27205cb5077a0b3720d4042 Mon Sep 17 00:00:00 2001 From: Glenn Ruehle Date: Mon, 9 Dec 2013 10:25:21 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b87cef..0cf17f5 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ To install: 2. Select _File > Extension Manager..._ or click the Lego icon in the toolbar 3. Click the "Install from URL..." button 4. Paste (or enter) `git@git.corp.adobe.com:gruehle/exclude-folders.git` and click "Install" + +By default, this extension excludes all `node_modules` folders. If you want to exclude additional folders, edit the regular expression on line 41 of `main.js`.