Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(find:*)",
"Bash(pkill:*)",
"Bash(lsof:*)",
"Bash(curl:*)",
"Bash(netstat:*)",
"Bash(ss:*)",
"Bash(npm install:*)",
"Bash(sidebar_temp.tsx)",
"Bash(cat:*)",
"Bash(npm run dev:*)",
"Bash(docker compose:*)",
"Bash(docker exec:*)",
"Bash(git add:*)",
"Bash(xargs kill -9)",
"Bash(python3:*)",
"Bash(docker logs:*)",
"Bash(chmod:*)",
"Bash(docker volume rm:*)",
"Bash(docker stop:*)",
"Bash(docker rm:*)",
"Bash(docker volume:*)",
"Bash(xargs:*)",
"Bash(docker ps:*)",
"Bash(for:*)",
"Bash(do echo \"=== $tag ===\")",
"Bash(done)",
"Bash(ls:*)",
"Bash(do)",
"Bash(echo:*)",
"Bash(bash scripts/test-v0.6.0.sh:*)",
"Bash(dos2unix:*)",
"Bash(gh pr list:*)",
"Bash(git show-ref:*)",
"Bash(git tag:*)",
"Bash(git pull:*)",
"WebSearch",
"Bash(git checkout:*)",
"Bash(git reset:*)",
"Bash(git commit:*)"
],
"deny": [],
"ask": []
}
}
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ venv/
# Local env configs
configs/env/.env.local

# Claude
CLAUDE.md
.claude/settings.local.json


# node
node_modules/
.next/
Loading
Loading