OPENIDE #169 Display the .idea folder again

(cherry picked from commit e9fca1c2f3)
This commit is contained in:
Nikita Iarychenko
2025-04-18 13:32:58 +04:00
parent 1807625450
commit 71aa4d1835

View File

@@ -83,8 +83,7 @@ public class FileTypeManagerImpl extends FileTypeManagerEx implements Persistent
// must be sorted
@SuppressWarnings("SpellCheckingInspection")
@ApiStatus.Internal
public static final List<String> DEFAULT_IGNORED = List.of("*.pyc", "*.pyo", "*.rbc", "*.yarb", "*~", ".DS_Store", ".git", ".hg",
".idea", ".mypy_cache", ".pytest_cache", ".ruff_cache",
public static final List<String> DEFAULT_IGNORED = List.of("*.pyc", "*.pyo", "*.rbc", "*.yarb", "*~", ".DS_Store", ".git", ".hg", ".mypy_cache", ".pytest_cache", ".ruff_cache",
".svn", "CVS", "__pycache__", "_svn", "vssver.scc", "vssver2.scc");
static final String FILE_SPEC = "filetypes";