Add .claude/ directory and SQLite WAL files to .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+5
-1
@@ -25,5 +25,9 @@ vendor/
|
|||||||
|
|
||||||
# Templ generated
|
# Templ generated
|
||||||
*_templ.go
|
*_templ.go
|
||||||
.claude/settings.json
|
.claude/
|
||||||
.gstack/
|
.gstack/
|
||||||
|
|
||||||
|
# SQLite WAL files
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
|
|||||||
Reference in New Issue
Block a user