Skip to content
Closed
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ infrahub_sdk/_version.py
# SpecKit internal cache
.specify/**/.cache/
.specify/feature.json

# Claude Code per-developer local settings (shared config stays tracked)
.claude/settings.local.json

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P3: The new rule is a no-op: line 7 **/*.local.* already matches and ignores .claude/settings.local.json. git check-ignore against a clean repo with only that pattern confirms it is already covered, so this added line changes nothing. Remove it (or the intent is already satisfied by the existing pattern).

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .gitignore, line 46:

<comment>The new rule is a no-op: line 7 `**/*.local.*` already matches and ignores `.claude/settings.local.json`. git check-ignore against a clean repo with only that pattern confirms it is already covered, so this added line changes nothing. Remove it (or the intent is already satisfied by the existing pattern).</comment>

<file context>
@@ -41,3 +41,6 @@ infrahub_sdk/_version.py
 .specify/feature.json
+
+# Claude Code per-developer local settings (shared config stays tracked)
+.claude/settings.local.json
</file context>