diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 5b08e5e8..406ea014 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,6 +1,6 @@ FROM gitpod/workspace-full:latest -RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.40.4 +RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.45.3 RUN /home/gitpod/.deno/bin/deno completions bash > /home/gitpod/.bashrc.d/90-deno && \ echo 'export DENO_INSTALL="/home/gitpod/.deno"' >> /home/gitpod/.bashrc.d/90-deno && \ echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> /home/gitpod/.bashrc.d/90-deno diff --git a/website/.gitignore b/website/.gitignore index 0f2c5e44..4e38b000 100644 --- a/website/.gitignore +++ b/website/.gitignore @@ -1,2 +1 @@ -data.db _plug diff --git a/website/silverbullet-ios.png b/website/silverbullet-ios.png deleted file mode 100644 index 9dfe093f..00000000 Binary files a/website/silverbullet-ios.png and /dev/null differ diff --git a/website/silverbullet-pwa.png b/website/silverbullet-pwa.png deleted file mode 100644 index 88c190da..00000000 Binary files a/website/silverbullet-pwa.png and /dev/null differ