Files
geniusrun/.gitignore
Christophe Vila 49ebd289a4 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 <noreply@anthropic.com>
2026-08-04 20:21:03 +02:00

35 lines
514 B
Plaintext

# Go
backend/geniusrund
backend/*.db
backend/*.db-journal
# Node
frontend/node_modules/
frontend/dist/
# IDE
.idea/workspace.xml
.idea/shelf/
# Env / secrets
.env
*.env.local
# OS
.DS_Store
backend/mcpspike
backend/cmd/mcpspike/mcpspike
.superpowers/
.worktrees/
# 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/