From 9f8e57e36ccd2796d251994ac92e5d9249caa23d Mon Sep 17 00:00:00 2001 From: Daniel_M_Williams Date: Sun, 18 Feb 2018 17:01:09 -0500 Subject: [PATCH] [feat] added shared build configurations for Intellij at .idea/runConfigurations/*" --- .idea/runConfigurations/All_tests.xml | 25 +++++++++++++++++++ .../runConfigurations/Openrocket_Startup.xml | 10 ++++++++ 2 files changed, 35 insertions(+) create mode 100644 .idea/runConfigurations/All_tests.xml create mode 100644 .idea/runConfigurations/Openrocket_Startup.xml diff --git a/.idea/runConfigurations/All_tests.xml b/.idea/runConfigurations/All_tests.xml new file mode 100644 index 000000000..26cc40265 --- /dev/null +++ b/.idea/runConfigurations/All_tests.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Openrocket_Startup.xml b/.idea/runConfigurations/Openrocket_Startup.xml new file mode 100644 index 000000000..5010b9ab9 --- /dev/null +++ b/.idea/runConfigurations/Openrocket_Startup.xml @@ -0,0 +1,10 @@ + + + + + \ No newline at end of file