OPENIDE #169 Display the .idea folder again

(cherry picked from commit a8b3fdb8b0a44301b5ca3d72fac4f8086d3a75a4)
This commit is contained in:
Nikita Iarychenko
2025-04-18 13:32:58 +04:00
parent aa98668729
commit 39c8676df1
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<option name="MAIN_CLASS_NAME" value="OpenSourceCommunityInstallersBuildTarget" />
<module name="intellij.idea.community.build" />
<shortenClasspath name="ARGS_FILE" />
<option name="VM_PARAMETERS" value="-Dintellij.build.use.compiled.classes=true -Dintellij.build.target.os=current" />
<option name="VM_PARAMETERS" value="-Dintellij.build.use.compiled.classes=true -Dintellij.build.target.os=linux" />
<method v="2">
<option name="MakeProject" enabled="true" />
</method>

View File

@@ -1,6 +1,6 @@
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
//
// Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project (https://openide.ru).
// Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
// Any modifications are available on the same license terms as the original source code.
package com.intellij.openapi.fileTypes.impl;
@@ -81,7 +81,7 @@ public class FileTypeManagerImpl extends FileTypeManagerEx implements Persistent
// must be sorted
@SuppressWarnings("SpellCheckingInspection")
static final List<String> DEFAULT_IGNORED = List.of("*.pyc", "*.pyo", "*.rbc", "*.yarb", "*~", ".DS_Store", ".git", ".hg",
".idea", ".mypy_cache", ".pytest_cache", ".ruff_cache",
".mypy_cache", ".pytest_cache", ".ruff_cache",
".svn", "CVS", "__pycache__", "_svn", "vssver.scc", "vssver2.scc");
static final String FILE_SPEC = "filetypes";