From ba4e382487e64ae062c69bc930430dda04bcd408 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Sun, 26 Jul 2026 22:00:07 -0400 Subject: [PATCH] Remove redundant ui/.gitignore Vite scaffolding, unmodified since the UI was added. Everything in it that this project produces is already covered by the root .gitignore. Co-Authored-By: Claude Opus 5 --- ui/.gitignore | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 ui/.gitignore diff --git a/ui/.gitignore b/ui/.gitignore deleted file mode 100644 index a547bf3..0000000 --- a/ui/.gitignore +++ /dev/null @@ -1,24 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* - -node_modules -dist -dist-ssr -*.local - -# Editor directories and files -.vscode/* -!.vscode/extensions.json -.idea -.DS_Store -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw?