From 780105eec02505972a3b315e87d799395b6531a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Gervreau-Mercier?= Date: Sat, 25 Apr 2026 19:20:51 +0200 Subject: [PATCH] Fix storage/cache ignore path and untrack cache files --- .gitignore | 2 +- TODO.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9f0058f..fe435b9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ app/storage/test.db ### Logs ### error.log -app/storage/cache/* +storage/cache/ # Nix .direnv/ diff --git a/TODO.md b/TODO.md index 8f492c4..4546d08 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,2 @@ -[ ] Describe commit -[ ] Squash/clean up if needed -[x] Commit and finalize +- [x] Fix .gitignore path for storage/cache/ (was `app/storage/cache/`) +- [x] Untrack storage/cache/rate_limit/*.json files with jj