Files
thuanleandClaude Opus 4.7 2333ec3f00 chore: ignore local worktrees directory
Add .worktrees/ to .gitignore to prevent accidental tracking of isolated worktree files.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-27 21:34:00 +07:00

20 lines
147 B
Plaintext

# Environment
.env
# Database
data/*.db
data/*.db-wal
data/*.db-shm
# Go
/bin/
/tmp/
# IDE
.idea/
.vscode/
*.swp
# Local worktrees
.worktrees/