From 99bd45271c441bd50820ef8d18bb73124c170c6b Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 16 Jun 2025 04:01:10 +0200 Subject: [PATCH] Add build artifacts to .gitignore and remove from tracking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add all JavaScript build outputs to .gitignore - Remove compiled files from git tracking - Keep source files in TypeScript only 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- web/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/.gitignore b/web/.gitignore index e5b83a1a..9b0ce562 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -9,6 +9,11 @@ dist/ build/ public/app.js public/app.js.map +public/app-new.js +public/app-new.js.map +public/app-new-entry.js +public/app-new-entry.js.map +public/components/ public/output.css # Logs