From 9b6978330630b6e136d54b8faa3276ffd376d6a0 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Tue, 5 May 2026 03:52:56 -0500 Subject: [PATCH] Ignore all emitted HTML files via wildcard --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8de1af6..e00e6d4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,11 +6,8 @@ dist/* .el/ src/*.elc src/*.elh +src/*.html src/*.map.json -src/index.html -src/about.html -src/terms.html -src/enterprise-terms.html # Compiled client-side JS (generated by elc --target=js at build time). # The El sources live in src/js/; the compiled output is never committed.