chore: add .claude/ to gitignore

This commit is contained in:
gordonlu
2026-06-08 17:35:40 +08:00
parent b93230070b
commit 64ca327e4a
2 changed files with 1 additions and 27 deletions
-27
View File
@@ -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 *)"
]
}
}
+1
View File
@@ -120,6 +120,7 @@ docs/*_PLAN.md
.envrc
.direnv
scripts/run_deep_swe.py
.claude/
# Benchmark artifacts and caches re-included by !scripts/**
results/