From a3a033748200fb9e959d95cf3b712c7e569a4368 Mon Sep 17 00:00:00 2001 From: simoleo89 Date: Mon, 16 Mar 2026 18:20:07 +0100 Subject: [PATCH] Remove .claude folder from tracking and add to gitignore --- .claude/settings.local.json | 43 ------------------------------------- .gitignore | 1 + 2 files changed, 1 insertion(+), 43 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 04ffefa..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(cp -r nitro3_temp/* nitro3/)", - "Bash(cp -r nitro3_temp/.* nitro3/)", - "Bash(rm -rf nitro3_temp)", - "Bash(yarn install:*)", - "Bash(find /E/www/habbo-next/public/nitro3 -type f -iname *furni*editor*)", - "Bash(mkdir -p /e/www/habbo-next/public/nitro3/src/components/furni-editor/views)", - "Bash(mkdir -p /e/www/habbo-next/public/nitro3/src/hooks/furni-editor)", - "Bash(find /e/www/habbo-next/src -type f \\\\\\(-name *client* \\\\\\))", - "Bash(grep -E \"\\\\.\\(tsx|ts|jsx|js\\)$\")", - "Bash(ls -la /e/www/habbo-next/src/app/[locale]/\\\\\\(client\\\\\\)/)", - "Bash(grep -r \"NITRO_URL\\\\|/client\" /e/www/habbo-next/.env*)", - "Bash(grep -r \"NEXT\\\\|API_URL\\\\|BASE_URL\\\\|apiUrl\" /e/www/habbo-next/public/nitro3/src/ --include=*.ts --include=*.tsx -l)", - "Bash(find /e/www/habbo-next/src/lib -name *catalog* -o -name *furni*)", - "Bash(npx tsc:*)", - "Bash(npx next:*)", - "Bash(find /e/www/habbo-next -name *.prisma -o -name schema.prisma)", - "Bash(pushd E:/www/habbo-next)", - "Bash(popd)", - "Bash(git add:*)", - "Bash(git commit:*)", - "Bash(git push:*)", - "Bash(find /e/www/habbo-next/src/app -type f -path *catalog*)", - "Bash(echo \"EXIT:$?\")", - "Bash(find /E/www/habbo-next/src -type f -name *prisma*)", - "Bash(node -e \"const mysql = require\\(''mysql2/promise''\\); \\(async\\(\\)=>{const c=await mysql.createConnection\\({host:''localhost'',user:''root'',database:''habbo''}\\); const [r]=await c.query\\(''DESCRIBE items_base''\\); console.log\\(r.map\\(x=>x.Field\\).join\\(''\\\\n''\\)\\); await c.end\\(\\);}\\)\\(\\)\")", - "Bash(node -e \"const mysql = require\\(''mysql2/promise''\\); \\(async\\(\\)=>{const c=await mysql.createConnection\\({host:''localhost'',user:''habbo'',password:''habbo'',database:''next''}\\); const [r]=await c.query\\(''DESCRIBE items_base''\\); console.log\\(r.map\\(x=>x.Field\\).join\\(''\\\\n''\\)\\); const [r2]=await c.query\\(''DESCRIBE catalog_items''\\); console.log\\(''---''\\); console.log\\(r2.map\\(x=>x.Field\\).join\\(''\\\\n''\\)\\); await c.end\\(\\);}\\)\\(\\)\")", - "Bash(node -e \"const mysql = require\\(''mysql2/promise''\\); \\(async\\(\\)=>{const c=await mysql.createConnection\\({host:''localhost'',user:''habbo'',password:''habbo'',database:''next''}\\); const [r]=await c.query\\(''DESCRIBE items_base''\\); const cols=r.map\\(x=>x.Field\\); console.log\\(''items_base columns:'', JSON.stringify\\(cols\\)\\); const [r2]=await c.query\\(''DESCRIBE catalog_items''\\); const cols2=r2.map\\(x=>x.Field\\); console.log\\(''catalog_items columns:'', JSON.stringify\\(cols2\\)\\); await c.end\\(\\);}\\)\\(\\)\")", - "Bash(node -e \":*)", - "Bash(npx prisma:*)", - "WebFetch(domain:www.habbo.it)", - "Bash(grep -r \"slider\\\\|height\\\\|rotation\\\\|state\\\\|speed\" /e/www/habbo-next/public/nitro3/src/components/room/widgets/furniture/*.tsx)", - "Bash(grep -r \"processAction\\\\|handleAction\\\\|dispatch\" /e/www/habbo-next/public/nitro3/src/components/room/widgets/furniture/*.tsx)", - "Bash(xargs ls:*)", - "Bash(find /e/www/habbo-next/public/nitro3/src -type f \\\\\\(-name *Modif* -o -name *Manip* -o -name *Floorplan* -o -name *Builder* \\\\\\))", - "Bash(mkdir -p \"E:/www/habbo-next/public/nitro3/src/api/plugins\")", - "Bash(mkdir -p \"E:/www/habbo-next/public/nitro3/src/components/plugins/room-builder\")", - "Bash(ls \"E:/www/habbo-next/public/nitro3/vite.config\"*)" - ] - } -} diff --git a/.gitignore b/.gitignore index ae96caa..249e7db 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ Thumbs.db /build *.zip .env +.claude/