From b2aef2a0b68ec28908ea22aa6eeddd80aa01dc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Mon, 25 Aug 2025 14:16:08 +0000 Subject: [PATCH] docs: Add debos to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Minier --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 32eae19..9649092 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# debos command +/debos # Created by https://www.gitignore.io/api/vim,linux,go