Track .claude/ settings and .superpowers/ so they sync across clones
.claude/settings.local.json is forced past the global ~/.config/git/ignore rule (**/.claude/settings.local.json); .superpowers/ is no longer gitignored. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
12
.claude/settings.local.json
Normal file
12
.claude/settings.local.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"WebFetch(domain:docs.clover.com)"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"hooks": {
|
||||||
|
"UserPromptSubmit": [],
|
||||||
|
"Stop": [],
|
||||||
|
"Notification": []
|
||||||
|
}
|
||||||
|
}
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,7 +15,6 @@ __pycache__/
|
|||||||
|
|
||||||
# Local-only diagnostic logs from test runs
|
# Local-only diagnostic logs from test runs
|
||||||
_test_*.log
|
_test_*.log
|
||||||
.superpowers/
|
|
||||||
|
|
||||||
# --- Split-out module repos (now independent git repos; managed separately) ---
|
# --- Split-out module repos (now independent git repos; managed separately) ---
|
||||||
/disable_iap_calls/
|
/disable_iap_calls/
|
||||||
|
|||||||
Reference in New Issue
Block a user