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 ###
error.log
app/storage/cache/*
storage/cache/
# Nix
.direnv/

View File

@@ -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