add generated lockfile to gitignore

Signed-off-by: ATechnoHazard <amolele@gmail.com>
This commit is contained in:
ATechnoHazard 2020-10-19 02:53:34 +05:30
parent 7b3d457c62
commit bd2ca9dc31
No known key found for this signature in database
GPG Key ID: F475143EDEDEBA3C
2 changed files with 1 additions and 19 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@ target/
.history
# End of https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode
gitice.lock

View File

@ -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"