chore: update gitignore and claude instructions
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ bench/*.txt
|
||||
|
||||
# Added by git-smart-commit
|
||||
*.swp
|
||||
proptest-regressions/
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
- Option<...> or Result<...> are fine but should not be present in the majority of the code.
|
||||
- Similarly, code managing Box<...> or RC<...>, etc. for containers pointing to heap data should be split
|
||||
from logic
|
||||
- context/repo-map.md is your "road map" for the repository. use it to reduce exploration and keep it updated.
|
||||
- context/design-principles.md is also important for keeping the repository consistent.
|
||||
- @context/repo-map.md is your "road map" for the repository. use it to reduce exploration and keep it updated.
|
||||
- @context/design-principles.md is also important for keeping the repository consistent.
|
||||
- prefer merges to rebasing.
|
||||
|
||||
<!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:ca08a54f -->
|
||||
|
||||
Reference in New Issue
Block a user