From 17963269f38f3dbb6415dba258bf471f2446af91 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Thu, 1 Aug 2024 00:27:07 +0300 Subject: [PATCH] correct the cache path in gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fefcd46..fd34989 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ /media/* /posts/* !/posts/README.md -/.slbg-cache +/cache /config.toml