Skip to content

Commit

Permalink
IDEA: sort out the run configurations stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed May 17, 2023
1 parent e607fdc commit 6f4d4d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 59 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/.idea/*
!/.idea/codeStyles
!/.idea/dictionaries
!/.idea/runConfigurations
/.gradle/
/nuget.config

Expand Down
28 changes: 0 additions & 28 deletions .idea/runConfigurations/_template__of_Gradle.xml

This file was deleted.

28 changes: 0 additions & 28 deletions .idea/runConfigurations/_template__of_Gradle2.xml

This file was deleted.

6 changes: 4 additions & 2 deletions .idea/runConfigurations/runIde.xml → .run/runIde.run.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="runIde" type="GradleRunConfiguration" factoryName="Gradle">
<log_file alias="idea.log" path="$PROJECT_DIR$/build/idea-sandbox/system/log/idea.log" />
<log_file alias="backend.log" path="$PROJECT_DIR$/build/idea-sandbox/system/log/backend.log" />
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
Expand All @@ -17,7 +16,10 @@
</option>
<option name="vmOptions" value="" />
</ExternalSystemSettings>
<GradleScriptDebugEnabled>true</GradleScriptDebugEnabled>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
</component>

0 comments on commit 6f4d4d8

Please sign in to comment.