mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 05:52:22 -04:00
Support hidden local Claude config
This commit is contained in:
parent
469fd763c7
commit
045e571edf
2 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -19,4 +19,4 @@ yarn-error.log
|
|||
ts/.svelte-kit
|
||||
.yarn
|
||||
.claude/settings.local.json
|
||||
CLAUDE.local.md
|
||||
.claude/user.md
|
||||
|
|
|
@ -80,3 +80,7 @@ when possible.
|
|||
|
||||
in rslib, use error/mod.rs's AnkiError/Result and snafu. In our other Rust modules, prefer anyhow + additional context where appropriate. Unwrapping
|
||||
in build scripts/tests is fine.
|
||||
|
||||
## Individual preferences
|
||||
|
||||
See @.claude/user.md
|
||||
|
|
Loading…
Reference in a new issue