From c5bc8f0543c4862909aed6ca0631ee7cc7c25473 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 12 Mar 2026 14:39:14 -0700 Subject: [PATCH] ignore env file --- .claude/settings.local.json | 12 +++++++++++- .gitignore | 3 ++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 0967ef4..c6c5962 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1 +1,11 @@ -{} +{ + "permissions": { + "allow": [ + "Bash(go test:*)", + "Bash(golangci-lint run:*)", + "Bash(git restore:*)", + "Bash(git add:*)", + "Bash(git commit:*)" + ] + } +} diff --git a/.gitignore b/.gitignore index 28f77b8..c27aa0f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,5 @@ clients/python/*.egg-info/ clients/lisp/**/*.fasl # manual testing -/run/ \ No newline at end of file +/run/ +.env