From 4b2c5fa15d38ce6ba91cde283eca2d9f6b91161f Mon Sep 17 00:00:00 2001 From: AzuTear Date: Sun, 28 Jun 2026 23:31:52 +0200 Subject: [PATCH] Clean up repository hygiene - Expand .gitignore with editor state, secrets, logs, and archive patterns - Remove AdminCategoriesViewV2.vue (replaced, no remaining references) - Exclude accidental AdminContentView duplicate from tsconfig Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 31 ++ .../src/views/admin/AdminCategoriesViewV2.vue | 462 ------------------ frontend/tsconfig.app.json | 3 +- 3 files changed, 33 insertions(+), 463 deletions(-) delete mode 100644 frontend/src/views/admin/AdminCategoriesViewV2.vue diff --git a/.gitignore b/.gitignore index a8608c8..b27eb97 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,38 @@ frontend/dist/ Backend/bin/ Backend/obj/ .DS_Store + +# Editor and local machine state +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# Environment and secrets +.env +.env.* +!.env.example +!.env.template +*.local +*.secret +*.secrets +*.key +*.pem +*.p12 +*.pfx + +# Logs and diagnostics +*.log +logs/ +log/ + *.zip +*.tar +*.tar.gz +*.tgz +*.rar +*.7z *.docx # Local Claude Code config (settings, preview launch configs) diff --git a/frontend/src/views/admin/AdminCategoriesViewV2.vue b/frontend/src/views/admin/AdminCategoriesViewV2.vue deleted file mode 100644 index 1b0f048..0000000 --- a/frontend/src/views/admin/AdminCategoriesViewV2.vue +++ /dev/null @@ -1,462 +0,0 @@ - - -