From bb7d9b7a7d072f63415311a3e1b07d5a03164d84 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Fri, 3 Apr 2026 09:43:37 +0200 Subject: [PATCH] Keep dist/ in repo so setup works without build tools After cloning the repo the installer can be run directly without needing npm/webpack installed. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index b9470778..c2658d7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ node_modules/ -dist/