mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
.gitignore ignore rate_limit and theses and logs.
Done. The .gitignore now ignores all files in app/storage/cache/rate_limit/* and app/storage/theses/* while preserving their .gitkeep files via ! negation rules.
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -10,6 +10,15 @@ app/storage/test.db
|
||||
app/.env
|
||||
|
||||
### Logs ###
|
||||
app/storage/logs/admin.log
|
||||
|
||||
# Rate limit cache (keep .gitkeep)
|
||||
app/storage/cache/rate_limit/*
|
||||
!app/storage/cache/rate_limit/.gitkeep
|
||||
|
||||
# Thesis storage (keep .gitkeep)
|
||||
app/storage/theses/*
|
||||
!app/storage/theses/.gitkeep
|
||||
|
||||
# Nix
|
||||
.direnv/
|
||||
|
||||
Reference in New Issue
Block a user