From eb13b2653da771af50d55250992dd867048fc8aa Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 25 Feb 2026 09:02:34 +0200 Subject: [PATCH] other: update default gitignore --- config/gitignore.default | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/gitignore.default b/config/gitignore.default index f123a37..9d96df7 100644 --- a/config/gitignore.default +++ b/config/gitignore.default @@ -1,2 +1,3 @@ -# Exclude bpm archives +# Ignore BPM archives and signatures *.bpm +*.bpm.sig