From 49ebd289a4d84d9c44366bf4c9a9505ce6d56f7d Mon Sep 17 00:00:00 2001 From: Christophe Vila Date: Tue, 4 Aug 2026 20:21:03 +0200 Subject: [PATCH] chore: untrack Garmin token store, ignore token/db-sidecar/IDE files backend/.garmin (live Garmin OAuth tokens) was accidentally swept into 1ba7724 by a broad git add; stop tracking it and ignore it, along with SQLite -shm/-wal sidecars and the rest of .idea. Co-Authored-By: Claude Fable 5 --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 8c57f52..1672df9 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,11 @@ backend/cmd/mcpspike/mcpspike # Claude Code session-local runtime state .claude/*.lock + +# Garmin token stores hold live OAuth tokens -- never track them. +backend/.garmin/ +# SQLite sidecar files +*.db-shm +*.db-wal +# IDE state beyond the shared bits already ignored above +.idea/