From 3226f31211d1643659ca7b3f0ff36b6c18125706 Mon Sep 17 00:00:00 2001 From: Max <82761650+MaxMustermann2@users.noreply.github.com> Date: Wed, 29 Mar 2023 00:00:36 +0000 Subject: [PATCH] gitignore the cache folder (#4389) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a3b3c426..bbdb53772 100644 --- a/.gitignore +++ b/.gitignore @@ -96,4 +96,5 @@ explorer_storage_* profiles/*.pb.gz # cache db -cache_*_db \ No newline at end of file +cache/ +cache_*_db