diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 9728c8d..9306642 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -11,9 +11,12 @@ "Bash(mkdir:*)", "Bash(git rev-parse:*)", "Bash(git remote get-url:*)", - "Bash(git rebase:*)" + "Bash(git rebase:*)", + "Bash(git show:*)", + "Bash(ls:*)", + "Bash(SKIP_SLOW_TESTS=1 SKIP_S3_TESTS=1 stack test:*)" ], "deny": [], "ask": [] } -} \ No newline at end of file +} diff --git a/.gitignore b/.gitignore index 7d5baf2..3bb26a6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ ghtest-env .aider* thoughts/ +.claude/worktrees/