From b2b8f71e0edcd7474c2944b04980aa70e92966f7 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Tue, 6 Jan 2026 18:22:39 -0500 Subject: [PATCH] chore: add *.zstd to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fe66a1b..b5daf08 100644 --- a/.gitignore +++ b/.gitignore @@ -424,3 +424,6 @@ appsettings.*.json # Secrets secrets.json *.secrets.json + +# Compressed cache files +*.zstd