Skip to content

Commit abbefaa

Browse files
fix .gitignore
also add a comment to avoid future problems.
1 parent 1a01b1b commit abbefaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
*.html
1+
# .gitignore must not contain *.html - we need to commit/push the html files
2+
# as part of the github-actions based web page build / deployment process!

0 commit comments

Comments
 (0)