Skip to content

Commit c5f8cce

Browse files
committed
Add node_modules to DEFAULT_IGNORED
1 parent b2a79db commit c5f8cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/platform-impl/src/com/intellij/openapi/fileTypes/impl/FileTypeManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class FileTypeManagerImpl extends FileTypeManagerEx implements Persistent
8282
@ApiStatus.Internal
8383
public static final List<String> DEFAULT_IGNORED = List.of("*.pyc", "*.pyo", "*.rbc", "*.yarb", "*~", ".DS_Store", ".git", ".hg",
8484
".mypy_cache", ".pytest_cache", ".ruff_cache",
85-
".svn", "CVS", "__pycache__", "_svn", "vssver.scc", "vssver2.scc");
85+
".svn", "CVS", "__pycache__", "_svn", "node_modules", "vssver.scc", "vssver2.scc");
8686

8787
static final String FILE_SPEC = "filetypes";
8888
private static final String ELEMENT_EXTENSION_MAP = "extensionMap";

0 commit comments

Comments
 (0)