diff --git a/.gitignore b/.gitignore index 52a29f2..9f0058f 100644 --- a/.gitignore +++ b/.gitignore @@ -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