From b1ab3a6326432072676058c8ea7be26f3b79b2f0 Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Sat, 28 Mar 2026 19:52:06 +0000 Subject: [PATCH] chore: remove `./.claude/settings.json` (#14) There shouldn't be a global settings folder for Claude in the repository. Also, add final newline to `.gitignore`. Reviewed-on: https://git.maximhutz.com/tools/go-cuckoo/pulls/14 Co-authored-by: M.V. Hutz Co-committed-by: M.V. Hutz --- .claude/settings.json | 7 ------- .gitignore | 1 - 2 files changed, 8 deletions(-) delete mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index dca3cde..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(curl -s -w \"\\\\n---HTTP_STATUS:%{http_code}---\" https://raw.githubusercontent.com/kubernetes/kubernetes/master/.markdownlint.yaml)" - ] - } -} diff --git a/.gitignore b/.gitignore index 5b90e79..22d2122 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,3 @@ go.work.sum # env file .env -