From 318a8fe723203d41962a08ba8bfd44cf4e27f3c6 Mon Sep 17 00:00:00 2001 From: tjh Date: Wed, 23 Jul 2025 11:13:50 +0000 Subject: [PATCH] simplify .gitignore --- .gitignore | 16 +++++----------- 1 file(s) changed, 5 insertion(s)(+), 11 deletion(s)(-) diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,7 @@ -/appview/tangled/ -/appview/*.zip -/appview/htmx.min.js -/appview/pkg -/appview/src -/knotserver/tangled/ -/knotserver-git/tangled/ -/knotserver/src -/knotserver-git/src -/knotserver/pkg -/knotserver-git/pkg +/*/pkg +/*/tangled/ +/*/src/ +*.js *.log +*.zip *.zst -- tangled.sh