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"