From f88279b29b5b900aa4c4dbfb5ab8f0245afbe332 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 16 Aug 2019 17:05:47 +0800 Subject: [PATCH] add run configurations in repo --- .gitignore | 2 +- .../runConfigurations/komga__bootRun__dev.xml | 26 +++++++++++++++++++ .../komga__bootRun__localdb_dev.xml | 26 +++++++++++++++++++ 3 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 .idea/runConfigurations/komga__bootRun__dev.xml create mode 100644 .idea/runConfigurations/komga__bootRun__localdb_dev.xml diff --git a/.gitignore b/.gitignore index 7fffc52d7..894b5eef5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ ### IntelliJ IDEA ### .idea +!/.idea/runConfigurations/ *.iws *.iml *.ipr @@ -23,4 +24,3 @@ dist/ nbdist/ .nb-gradle/ -/nestor/src/main/resources/public \ No newline at end of file diff --git a/.idea/runConfigurations/komga__bootRun__dev.xml b/.idea/runConfigurations/komga__bootRun__dev.xml new file mode 100644 index 000000000..1af4c7df2 --- /dev/null +++ b/.idea/runConfigurations/komga__bootRun__dev.xml @@ -0,0 +1,26 @@ + + + + + + + + true + + + \ No newline at end of file diff --git a/.idea/runConfigurations/komga__bootRun__localdb_dev.xml b/.idea/runConfigurations/komga__bootRun__localdb_dev.xml new file mode 100644 index 000000000..3d58ca167 --- /dev/null +++ b/.idea/runConfigurations/komga__bootRun__localdb_dev.xml @@ -0,0 +1,26 @@ + + + + + + + + true + + + \ No newline at end of file