From fd605ddabe17e5b991836a8731ec091c509b6053 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Fri, 10 Nov 2023 23:36:49 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Use=20wild-card=20for=20cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b3a88a6..38e802f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,8 @@ *.jar *.keystore *venv -*/__pycache__* *.pyc -/revanced-cache/ -/revanced-resource-cache/ +**cache** changelog.md .idea *.json