chore: untrack .claude/scheduled_tasks.lock + ignore runtime artifacts

The lockfile is local Claude Code session state that was committed by
accident in 24b2e77a (#2265). Untrack it and add a narrow .gitignore rule
covering only runtime artifacts (lock, scheduled_tasks, sessions, state)
so shared command definitions at .claude/commands/ stay tracked.
This commit is contained in:
diegosouzapw
2026-05-17 03:03:57 -03:00
parent 440ca8e3cc
commit 6fa745efcb
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -5,6 +5,9 @@
omnirouteCloud/
omnirouteSite/
# Claude Code local state — must never be committed
.claude/
# Root-level underscore-prefixed directories (private/draft — never commit)
/_*/