Skip to content

Commit 1f7fdef

Browse files
committed
Added .claude/ to .gitignore for local Claude Code settings
1 parent afc6f54 commit 1f7fdef

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ htmlcov
1313
latest.dump
1414
node_modules
1515
public/static/dist
16+
17+
# Claude Code settings
18+
.claude/

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Added CLAUDE.md with project overview and development commands for Claude Code
99
* Added Docker Compose healthchecks for PostgreSQL, Redis, and Vite services to ensure reliable service startup
1010
* Added Docker build cache mounts for pip, uv, and npm with project-specific IDs to speed up builds
11+
* Added .claude/ to .gitignore for local Claude Code settings
1112

1213
### Changed
1314

0 commit comments

Comments
 (0)