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 @@ - - -