Accidentally committed .claude/scheduled_tasks.lock in the previous commit. Untrack it and add .claude/ to .gitignore so local Claude Code session state does not leak into the repo.
31 lines
304 B
Plaintext
31 lines
304 B
Plaintext
# Build output
|
|
dist/
|
|
.astro/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editors
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Brainstorming / visual companion previews
|
|
.superpowers/
|
|
|
|
# Claude Code session state (local tooling)
|
|
.claude/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|