From 0c6dc907cd02be70cf8fc77b80268da43d2126e6 Mon Sep 17 00:00:00 2001 From: "Mr.Haruna" Date: Sat, 13 Jun 2026 12:38:59 +0700 Subject: [PATCH] chore: bersihkan file dokumentasi internal dan folder backup dari repo --- .claude/settings.local.json | 10 ---------- .gitignore | 3 +++ 2 files changed, 3 insertions(+), 10 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 864b2f5..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" \"http://localhost/Final_Project/project_final/login.php\")", - "Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" \"http://localhost/Final_Project/project_final/peta_publik.php\")", - "Bash(curl -s -o /dev/null -w \"%{http_code} -> %{redirect_url}\\\\n\" \"http://localhost/Final_Project/project_final/admin/index.php\")", - "Bash(curl -s -o /dev/null -w \"%{http_code}\\\\n\" \"http://localhost/Final_Project/project_final/enumerator/index.php\")" - ] - } -} diff --git a/.gitignore b/.gitignore index cf2d2a2..ee0d016 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,6 @@ dist/ build/ akun_testing.txt + +# Mengabaikan folder konfigurasi AI Claude +.claude/ \ No newline at end of file