diff --git a/.gitignore b/.gitignore index 0fa5d1c..ecc64a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target /import-staging +/Cargo.lock diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index f5c3192..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 = 4 - -[[package]] -name = "cacrt" -version = "0.1.1"