mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
Added the cache folder wildcard
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -4,10 +4,11 @@ compose.lock
|
||||
|
||||
### Test databases ###
|
||||
app/storage/test.db
|
||||
*.db
|
||||
|
||||
### Logs ###
|
||||
error.log
|
||||
app/storage/cache/
|
||||
app/storage/cache/*
|
||||
|
||||
# Nix
|
||||
.direnv/
|
||||
@@ -22,4 +23,3 @@ Thumbs.db
|
||||
.idea/
|
||||
|
||||
/node_modules
|
||||
*.db
|
||||
|
||||
Reference in New Issue
Block a user