Skip to content

Commit 1bf8fd8

Browse files
author
Sascha Goldhofer
committed
Revert default exclude sub-modules to ignore modules
1 parent 9d7db31 commit 1bf8fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FuzzyFilePath.sublime-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// disable keymaps
1010
"disable_keymap_actions": false,
1111
// ignore folders that match following regular expressions
12-
"exclude_folders": ["node\\_modules\\/[^/]*\\/node\\_modules", "bower\\_components/.*/bower\\_components"],
12+
"exclude_folders": ["node_modules", "bower_components"],
1313
// logs scope evaluation to console to debug configuration
1414
"log": false,
1515
// LIST OF TRIGGERS FOR AUTO COMPLETION

0 commit comments

Comments
 (0)