add run dir for myself

This commit is contained in:
alexd 2026-02-22 00:42:33 +01:00
parent 2c30446bc1
commit 7aeb776ce0
2 changed files with 12 additions and 0 deletions

3
.gitignore vendored
View file

@ -14,6 +14,9 @@
/impl/*/build /impl/*/build
/impl/*/.gradle /impl/*/.gradle
# run folder
/run/
# other random folders # other random folders
/htmlReport /htmlReport
/.kotlin/errors /.kotlin/errors

9
.run/Server.run.xml Normal file
View file

@ -0,0 +1,9 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Server" type="JarApplication">
<option name="JAR_PATH" value="$PROJECT_DIR$/run/server.jar" />
<option name="PROGRAM_PARAMETERS" value="-nogui" />
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/run" />
<option name="ALTERNATIVE_JRE_PATH" />
<method v="2" />
</configuration>
</component>