From 1e53f0e8c39b5ce0ade7d8979da6d31829a1bfe1 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 17 May 2026 14:37:29 +0200 Subject: [PATCH] chore: ignore data/backend/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Stockholm bridge persists its native-bridge state into `data/backend/state/native-state.json` (per pkg/service/stockholm/handler.go, which mkdir-p's `/backend/state/`). The directory accumulates per-session state — auth tokens, guids, device caches — that's not meant to be tracked alongside the source. Co-Authored-By: Claude Opus 4.7 (1M context) --- data/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/data/.gitignore b/data/.gitignore index a74171b..116f5ec 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1,4 +1,5 @@ accounts/ +backend/ certs/ default/ dns/