Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 71e4eb5

Browse files
committed
exclude node_modules too
1 parent 326fe7e commit 71e4eb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/project/ProjectModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ define(function (require, exports, module) {
6464
* Glob definition of files and folders that should be excluded directly
6565
* inside node domain watching with chokidar
6666
*/
67-
var exclusionGlob = "**/(.pyc|.git|.gitmodules|.svn|.DS_Store|Thumbs.db|.hg|CVS|.hgtags|.idea|.c9revisions|.SyncArchive|.SyncID|.SyncIgnore)";
67+
var exclusionGlob = "**/(.pyc|.git|.gitmodules|.svn|.DS_Store|Thumbs.db|.hg|CVS|.hgtags|.idea|.c9revisions|.SyncArchive|.SyncID|.SyncIgnore|node_modules)";
6868

6969
/**
7070
* @private

0 commit comments

Comments
 (0)