Fix storage/cache ignore path and untrack cache files

This commit is contained in:
Théophile Gervreau-Mercier
2026-04-25 19:20:51 +02:00
parent 209dc86990
commit 780105eec0
2 changed files with 3 additions and 4 deletions

2
.gitignore vendored
View File

@@ -8,7 +8,7 @@ app/storage/test.db
### Logs ### ### Logs ###
error.log error.log
app/storage/cache/* storage/cache/
# Nix # Nix
.direnv/ .direnv/

View File

@@ -1,3 +1,2 @@
[ ] Describe commit - [x] Fix .gitignore path for storage/cache/ (was `app/storage/cache/`)
[ ] Squash/clean up if needed - [x] Untrack storage/cache/rate_limit/*.json files with jj
[x] Commit and finalize