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

Commit 33cf812

Browse files
committed
exclude node_modules too
1 parent d56f7fd commit 33cf812

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
@@ -63,7 +63,7 @@ define(function (require, exports, module) {
6363
* Glob definition of files and folders that should be excluded directly
6464
* inside node domain watching with chokidar
6565
*/
66-
var exclusionGlob = "**/(.pyc|.git|.gitmodules|.svn|.DS_Store|Thumbs.db|.hg|CVS|.hgtags|.idea|.c9revisions|.SyncArchive|.SyncID|.SyncIgnore)";
66+
var exclusionGlob = "**/(.pyc|.git|.gitmodules|.svn|.DS_Store|Thumbs.db|.hg|CVS|.hgtags|.idea|.c9revisions|.SyncArchive|.SyncID|.SyncIgnore|node_modules)";
6767

6868
/**
6969
* @private

0 commit comments

Comments
 (0)