chore: add .claude/ to gitignore
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(cargo build *)",
|
||||
"Bash(cargo check *)",
|
||||
"Bash(cargo test *)",
|
||||
"Bash(cargo fmt *)",
|
||||
"Bash(cargo clippy *)",
|
||||
"Bash(cargo run *)",
|
||||
"Bash(ls *)",
|
||||
"Bash(mkdir *)",
|
||||
"Bash(cp *)",
|
||||
"Bash(mv *)",
|
||||
"Bash(rm *)",
|
||||
"Bash(source *)",
|
||||
"Bash(which *)",
|
||||
"Bash(rustc *)",
|
||||
"Bash(cargo doc *)",
|
||||
"Bash(cargo update *)",
|
||||
"Bash(cargo clean *)",
|
||||
"Bash(git checkout *)",
|
||||
"Bash(git fetch *)",
|
||||
"Bash(git pull *)",
|
||||
"Bash(git stash *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -120,6 +120,7 @@ docs/*_PLAN.md
|
||||
.envrc
|
||||
.direnv
|
||||
scripts/run_deep_swe.py
|
||||
.claude/
|
||||
|
||||
# Benchmark artifacts and caches re-included by !scripts/**
|
||||
results/
|
||||
|
||||
Reference in New Issue
Block a user