mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
add run dir for myself
This commit is contained in:
parent
2c30446bc1
commit
7aeb776ce0
2 changed files with 12 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
9
.run/Server.run.xml
Normal 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>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue