From e5db59403d8fe666ff3f82d103b720a246116fac Mon Sep 17 00:00:00 2001 From: Luis Eduardo Estevao Date: Tue, 5 May 2026 16:13:10 -0300 Subject: [PATCH] =?UTF-8?q?documenta=C3=A7=C3=A3o=20do=20sistema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/settings.local.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..4b243c8 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,10 @@ +{ + "permissions": { + "allow": [ + "Bash(npm create *)", + "Bash(npm install *)", + "Bash(npm run *)", + "Bash(xargs grep *)" + ] + } +}