From 3ee9de74f0b11940852abecded2667281ecf76bc Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sun, 19 Oct 2025 10:22:53 +0100 Subject: [PATCH] meta: add .cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4bb9708..3d35694 100644 --- a/.gitignore +++ b/.gitignore @@ -167,3 +167,4 @@ $RECYCLE.BIN/ # End of https://www.toptal.com/developers/gitignore/api/macos,c,vim,linux,windows,git build/ +.cache/