From d813b101d8beebc1c76605134a7e279d0acd51f1 Mon Sep 17 00:00:00 2001 From: "ipfs.kane-il.us publisher" Date: Fri, 29 Aug 2025 17:56:36 +0000 Subject: [PATCH] gitignore: allow tools/*.sh (operator utilities) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 97f7e56..54ba5d0 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,6 @@ Thumbs.db !/_log/ !/_log/manifests/ !/_log/manifests/** + +# track operator scripts +!tools/*.sh