From c9313c1bce3094783d82658b17dcb04b6f5a582f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 14 May 2022 20:49:26 +0200 Subject: [PATCH] update .gitignore and add clion run config --- .gitignore | 3 +++ .idea/runConfigurations/Run_launchpad.xml | 18 ++++++++++++++++++ Cargo.lock | 7 +++++++ 3 files changed, 28 insertions(+) create mode 100644 .idea/runConfigurations/Run_launchpad.xml create mode 100644 Cargo.lock diff --git a/.gitignore b/.gitignore index ea8c4bf..10a3411 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ /target + +/.idea/* +!/.idea/runConfigurations diff --git a/.idea/runConfigurations/Run_launchpad.xml b/.idea/runConfigurations/Run_launchpad.xml new file mode 100644 index 0000000..b265baa --- /dev/null +++ b/.idea/runConfigurations/Run_launchpad.xml @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..9f65dd4 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "launchpad" +version = "0.1.0"