Remove .claude folder from tracking and add to gitignore

This commit is contained in:
simoleo89
2026-03-16 18:20:07 +01:00
parent 872fa79bd3
commit a3a0337482
2 changed files with 1 additions and 43 deletions
-43
View File
@@ -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\"*)"
]
}
}
+1
View File
@@ -27,3 +27,4 @@ Thumbs.db
/build /build
*.zip *.zip
.env .env
.claude/