From bd2ca9dc31087c1b4d42cec866b74ab07f9b94f2 Mon Sep 17 00:00:00 2001 From: ATechnoHazard Date: Mon, 19 Oct 2020 02:53:34 +0530 Subject: [PATCH] add generated lockfile to gitignore Signed-off-by: ATechnoHazard --- .gitignore | 1 + gitice.lock | 19 ------------------- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 gitice.lock diff --git a/.gitignore b/.gitignore index 04fcf3e..495de42 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ target/ .history # End of https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode +gitice.lock \ No newline at end of file diff --git a/gitice.lock b/gitice.lock deleted file mode 100644 index a8e1704..0000000 --- a/gitice.lock +++ /dev/null @@ -1,19 +0,0 @@ -["../gitice"] -path = "../gitice" -remote_url = "git@github.com:msfjarvis/gitice.git" -head = "refs/heads/persist-into-lockfile" - -["../katbin"] -path = "../katbin" -remote_url = "git@github.com:ATechnoHazard/katbin.git" -head = "refs/heads/master" - -["../rust-rocket-template"] -path = "../rust-rocket-template" -remote_url = "git@github.com:GDGVIT/rust-rocket-template.git" -head = "refs/heads/master" - -["../healthchecks-rs"] -path = "../healthchecks-rs" -remote_url = "git@github.com:ATechnoHazard/healthchecks-rs.git" -head = "refs/heads/develop"