From 9302fc2e2ec9e6f7c356f98d340981f91e294266 Mon Sep 17 00:00:00 2001 From: padreug Date: Mon, 5 Jan 2026 16:27:24 +0100 Subject: [PATCH] Add build outputs to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - public/ (Quartz build output) - quartz/.quartz-cache/ (Quartz cache) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c2658d7..f66412d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ node_modules/ +public/ +quartz/.quartz-cache/