Ignore all emitted HTML files via wildcard

This commit is contained in:
Will Anderson
2026-05-05 03:52:56 -05:00
parent 7a3dc94dec
commit 9b69783306
+1 -4
View File
@@ -6,11 +6,8 @@ dist/*
.el/ .el/
src/*.elc src/*.elc
src/*.elh src/*.elh
src/*.html
src/*.map.json 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). # 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. # The El sources live in src/js/; the compiled output is never committed.