diff --git a/.gitignore b/.gitignore index 62c8f96..3567a8c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ /*.lcov /.releaserc /node_modules -/Cargo.lock +Cargo.lock diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index 743e832..0000000 --- a/Cargo.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "flowscripter_template_rust_library" -version = "1.1.1"