From 608c2762838458ab1bdd4b84415f0e248c51cd58 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 9 Mar 2026 21:17:57 +0100 Subject: [PATCH] .gitignore: ignore sites/{target,.wrangler} Signed-off-by: Anirudh Oppiliappan --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8665ca68..0abcfad1 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ patches *.rdb .envrc **/*.bleve +sites/target/ +sites/.wrangler/ # Created if following hacking.md genjwks.out /nix/vm-data -- 2.51.2