diff --git a/.gitignore b/.gitignore index aed45034c..aae3fccce 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ **/.idea/vcs.xml **/.idea/jsLibraryMappings.xml **/.idea/copilot +**/.idea/shelf # Sensitive or high-churn files: **/.idea/dataSources.ids diff --git a/.idea/runConfigurations/All_tests.xml b/.idea/runConfigurations/All_tests.xml deleted file mode 100644 index 2e910eef8..000000000 --- a/.idea/runConfigurations/All_tests.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Openrocket_UI_Jar.xml b/.idea/runConfigurations/Openrocket_UI_Jar.xml deleted file mode 100644 index 45da998b1..000000000 --- a/.idea/runConfigurations/Openrocket_UI_Jar.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/SwingStartup.xml b/.idea/runConfigurations/SwingStartup.xml new file mode 100644 index 000000000..73705a124 --- /dev/null +++ b/.idea/runConfigurations/SwingStartup.xml @@ -0,0 +1,15 @@ + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/openrocket_jar.xml b/.idea/runConfigurations/openrocket_jar.xml new file mode 100644 index 000000000..32fd63118 --- /dev/null +++ b/.idea/runConfigurations/openrocket_jar.xml @@ -0,0 +1,27 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/openrocket_test.xml b/.idea/runConfigurations/openrocket_test.xml new file mode 100644 index 000000000..f7c291211 --- /dev/null +++ b/.idea/runConfigurations/openrocket_test.xml @@ -0,0 +1,25 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file