From 3d061726a74ab021ed31ea3d914b278b8c37f2ee Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 26 Sep 2019 19:46:03 +0200 Subject: [PATCH] Add IDEA configuration --- .gitignore | 4 +++- .idea/runConfigurations/RouteServer.xml | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .idea/runConfigurations/RouteServer.xml diff --git a/.gitignore b/.gitignore index 180efb4..30edb7f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,7 @@ target/ .classpath .project *.class -.idea/ *.iml + +.idea/* +!/.idea/runConfigurations diff --git a/.idea/runConfigurations/RouteServer.xml b/.idea/runConfigurations/RouteServer.xml new file mode 100644 index 0000000..ac6f60a --- /dev/null +++ b/.idea/runConfigurations/RouteServer.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file