gitignore: allow tools/*.sh (operator utilities)

This commit is contained in:
ipfs.kane-il.us publisher 2025-08-29 17:56:36 +00:00
parent 73155d7d5c
commit d813b101d8
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -55,3 +55,6 @@ Thumbs.db
!/_log/
!/_log/manifests/
!/_log/manifests/**
# track operator scripts
!tools/*.sh