IJPL-442: be consistent with .gitignore and don't store any .idea stuff in Git

IJ-CR-129069 feedback

GitOrigin-RevId: 91a3776b0ad649f69a7c9ab857e47e5bbf4daead
This commit is contained in:
Ivan Pashchenko
2024-03-27 13:57:37 +01:00
committed by intellij-monorepo-bot
parent 41cac5a331
commit 4296c8c433
8 changed files with 0 additions and 69 deletions

View File

@@ -1,8 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

View File

@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="CPP_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/utils/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
<excludeFolder url="file://$MODULE_DIR$/utils/target" />
<excludeFolder url="file://$MODULE_DIR$/deps" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@@ -1,5 +0,0 @@
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</state>
</component>

View File

@@ -1,7 +0,0 @@
<component name="CopyrightManager">
<copyright>
<option name="allowReplaceRegexp" value="JetBrains" />
<option name="notice" value="Copyright 2000-&amp;#36;today.year JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license." />
<option name="myName" value="openapi_short" />
</copyright>
</component>

View File

@@ -1,17 +0,0 @@
<component name="CopyrightManager">
<settings>
<module2copyright>
<element module="XPlatLauncher" copyright="openapi_short" />
</module2copyright>
<LanguageOptions name="Rust">
<option name="separateBefore" value="true" />
<option name="separateAfter" value="true" />
<option name="lenBefore" value="120" />
<option name="lenAfter" value="120" />
</LanguageOptions>
<LanguageOptions name="__TEMPLATE__">
<option name="addBlankAfter" value="false" />
<option name="block" value="false" />
</LanguageOptions>
</settings>
</component>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/XPlatLauncher.iml" filepath="$PROJECT_DIR$/.idea/XPlatLauncher.iml" />
</modules>
</component>
</project>

View File

@@ -1,3 +0,0 @@
<component name="DependencyValidationManager">
<scope name="XPlatLauncher" pattern="file[XPlatLauncher]:src//*||file[XPlatLauncher]:tests//*||file[XPlatLauncher]:utils/src//*" />
</component>

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../../.." vcs="Git" />
</component>
</project>