Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ index.html
cips/*.html

# WGs - same note as above
cips/wgs/**/*.html
cips/wgs/**/*.html

# Claude Code local settings
.claude/*.local.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To ensure all local settings and temporary files from 'Claude Code' are ignored, it's generally better to ignore the entire .claude directory rather than just specific files within it. This prevents other potentially local-only files created by the tool from being accidentally committed.

.claude/

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed this is a good idea. wdyt @rootulp ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gemini is wrong here. .claude/settings.json is actually intended to be included in version control and shared across teammates.

See https://code.claude.com/docs/en/settings#available-scopes

Screenshot 2026-02-10 at 10 52 25 AM

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops!

Loading