This PR registers the [leanprover/skills](https://github.com/leanprover/skills) plugin marketplace in `.claude/settings.json` so that Claude Code users working on lean4 are automatically prompted to install it. Also un-ignores `.claude/settings.json` in `.gitignore` — the blanket `settings.json` rule was blocking it from being tracked. 🤖 Prepared with Claude Code
34 lines
387 B
Text
34 lines
387 B
Text
*~
|
|
\#*
|
|
.#*
|
|
*.lock
|
|
.lake
|
|
lake-manifest.json
|
|
/build
|
|
/src/lakefile.toml
|
|
/lakefile.toml
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
.projectile
|
|
.lean_options
|
|
.vs
|
|
compile_commands.json
|
|
*.idea
|
|
tasks.json
|
|
settings.json
|
|
!.claude/settings.json
|
|
.gdb_history
|
|
.vscode/*
|
|
script/__pycache__
|
|
*.produced.out
|
|
CMakeSettings.json
|
|
CppProperties.json
|
|
result
|
|
fwIn.txt
|
|
fwOut.txt
|
|
wdErr.txt
|
|
wdIn.txt
|
|
wdOut.txt
|
|
downstream_releases/
|