From b506276bf9102eef5e5e8dab8394dddf2d455ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20QUEROL?= Date: Sun, 8 Mar 2026 17:41:33 +0100 Subject: [PATCH] Delete .claude/settings.local.json --- .claude/settings.local.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 193f1da..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(sudo pacman -S --noconfirm docker docker-compose)", - "Bash(sudo systemctl enable --now docker)", - "Bash(sudo usermod -aG docker $USER)", - "Bash(doas pacman -S --noconfirm docker docker-compose)", - "Bash(bun create next-app . --typescript --tailwind --eslint --app --no-src-dir --import-alias=\"@/*\" --no-git)", - "Read(//home/kawa/.bun/bin/**)", - "Bash(echo $PATH)", - "Bash(export PATH=\"$HOME/.bun/bin:$PATH\")" - ] - } -}