From 313cef60ee8d2454263d8ae7671c846f4d418f0e Mon Sep 17 00:00:00 2001 From: Julia van der Kris <juliavdkris@proton.me> Date: Mon, 07 Oct 2024 02:15:19 +0000 Subject: [PATCH] infra: build quartz docker image to GHCR (#1192) --- .gitignore | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c216e49..25d07db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ .DS_Store +.gitignore +node_modules public -resources -.idea -content/.obsidian -data/linkIndex.yaml \ No newline at end of file +prof +tsconfig.tsbuildinfo +.obsidian +.quartz-cache +private/ +.replit +replit.nix -- Gitblit v1.10.0