mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
OPENIDE #169 Display the .idea folder again
(cherry picked from commit e9fca1c2f3)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user