chore: .claude/settings.local.json toevoegen aan .gitignore
This commit is contained in:
parent
b2e84d043e
commit
7dfc389be4
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -44,4 +44,7 @@ next-env.d.ts
|
||||||
# SQLite local database
|
# SQLite local database
|
||||||
*.db
|
*.db
|
||||||
*.db-shm
|
*.db-shm
|
||||||
*.db-wal
|
*.db-wal
|
||||||
|
|
||||||
|
# Claude Code local settings
|
||||||
|
.claude/settings.local.json
|
||||||
Loading…
Add table
Add a link
Reference in a new issue