| Index: third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js b/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js
|
| index a3212932b5ce68d8c9054720078b80e89326f157..ee17a3a8c94f2378517d51c1952a5c4e4f92d8d5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js
|
| @@ -226,6 +226,8 @@ WebInspector.IsolatedFileSystemManager.prototype = {
|
| _initExcludePatterSetting: function()
|
| {
|
| var defaultCommonExcludedFolders = [
|
| + "/node_modules/",
|
| + "/bower_components/",
|
| "/\\.devtools",
|
| "/\\.git/",
|
| "/\\.sass-cache/",
|
|
|