updated links and gitignore

This commit is contained in:
Solomon Laing 2022-05-26 21:56:48 +09:30
parent e31204a235
commit 58997e59bc
2 changed files with 2 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
/dist /dist
/tmp /tmp
/out-tsc /out-tsc
/.angular
# Only exists if Bazel was run # Only exists if Bazel was run
/bazel-out /bazel-out

View File

@ -27,10 +27,6 @@ export const Links: Array<Link> =
name: "hab", name: "hab",
location: "https://hab.inkletblot.com/" location: "https://hab.inkletblot.com/"
}, },
{
name: "known",
location: "https://proxy.inkletblot.com/known/"
},
{ {
name: "tng", name: "tng",
location: "https://proxy.inkletblot.com/tng/" location: "https://proxy.inkletblot.com/tng/"