From b1552c770425ed316d9068766e06f42396494b54 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 2 Apr 2026 14:44:09 -0700 Subject: [PATCH] =?UTF-8?q?chore(gitignore):=20=F0=9F=94=A7=20add=20missin?= =?UTF-8?q?g=20.gitignore=20pattern=20for=20dist/=20directory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patterns added: dist/ --- .gitignore | 3 +++ @applications/web/dist/index.html | 20 -------------------- 2 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 @applications/web/dist/index.html diff --git a/.gitignore b/.gitignore index 2d0d2ef..3b44dcd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ node_modules/ # Auto-added by auto-commit-service *.log + +# Auto-added by auto-commit-service +dist/ diff --git a/@applications/web/dist/index.html b/@applications/web/dist/index.html deleted file mode 100644 index 1cd2ead..0000000 --- a/@applications/web/dist/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - Companion - - - -
- -