chore(git): ignorer et désindexer les données runtime (bitcoin signet, blindbit, sdk_signer) sans suppression locale

This commit is contained in:
Nicolas Cantu 2025-09-12 09:20:31 +02:00
parent 23aee94947
commit 421ee9d6ad

9
.gitignore vendored
View File

@ -76,4 +76,11 @@ tests/reports/
certs/
*.log
# Ignore real configuration files, but keep example configs
tor_data/
tor_data/
# Ignore signet data (bitcoin)
modules/bitcoin/data/signet/**
# Ignore runtime data (non-tracked)
modules/bitcoin/data/signet/**
modules/blindbit-oracle/data/data/**
modules/sdk_signer/data/**