From b3aa1f29921f750f9aaed94b8a39dddca34acbed Mon Sep 17 00:00:00 2001 From: crib Date: Mon, 24 Nov 2025 21:22:48 +0100 Subject: [PATCH] Improve .gitignore comments and patterns --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2d644a5..fc245d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ -# Build output +# Build output (main.js is tracked for easy installation) *.js.map release/ *.zip +immerse-*.zip # npm node_modules/