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 ###
|
### Test databases ###
|
||||||
app/storage/test.db
|
app/storage/test.db
|
||||||
|
*.db
|
||||||
|
|
||||||
### Logs ###
|
### Logs ###
|
||||||
error.log
|
error.log
|
||||||
app/storage/cache/
|
app/storage/cache/*
|
||||||
|
|
||||||
# Nix
|
# Nix
|
||||||
.direnv/
|
.direnv/
|
||||||
@@ -22,4 +23,3 @@ Thumbs.db
|
|||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
/node_modules
|
/node_modules
|
||||||
*.db
|
|
||||||
|
|||||||
Reference in New Issue
Block a user