From 5abfbdd07a134223e5ea432bffafa25752a78386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 15 Jan 2025 18:32:53 +0100 Subject: [PATCH] fix: lnbits/upgrades where not ignore (#2889) after updating extension i saw a dirty repo with the upgrades, this one ignores them for sure --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c07378ba..5d44d76e 100644 --- a/.gitignore +++ b/.gitignore @@ -51,7 +51,7 @@ lnbits-backup.zip # Ignore extensions (post installable extension PR) /lnbits/extensions -/upgrades/ +/lnbits/upgrades/ # builded python package dist