mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 08:17:00 +05:30
add generated lockfile to gitignore
Signed-off-by: ATechnoHazard <amolele@gmail.com>
This commit is contained in:
parent
7b3d457c62
commit
bd2ca9dc31
2 changed files with 1 additions and 19 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -26,3 +26,4 @@ target/
|
||||||
.history
|
.history
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode
|
# End of https://www.toptal.com/developers/gitignore/api/rust,visualstudiocode
|
||||||
|
gitice.lock
|
19
gitice.lock
19
gitice.lock
|
@ -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"
|
|
Loading…
Add table
Add a link
Reference in a new issue