From 9834c19d9adb73807840ca8389f3797c31150733 Mon Sep 17 00:00:00 2001 From: Bob Date: Wed, 15 Jul 2026 02:39:11 +0000 Subject: [PATCH] fix: stop ignoring content slugs containing cache --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d386f1a71..09dfb9564a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ -*cache* +# Dependency/build caches only. Do not ignore content whose slug happens to +# contain "cache" (for example, _posts/*-cache-invalidation.md). +.cache/ +**/.cache/ +.*cache*/ +*.cache/ +*.cache-* +__pycache__/ vendor .bundle *.map