Update .gitignore to ignore web assets not included

This commit is contained in:
Carl Hultay
2024-11-24 19:22:48 -05:00
committed by GitHub
parent c474115a5c
commit 56dbc352c3

9
.gitignore vendored
View File

@@ -1,7 +1,7 @@
# Don't check in SSH keys!
*.pem
# Various directories
# Exclude User-Customized Directories
config/
db/
drop/
@@ -11,5 +11,10 @@ mail/
node_modules/
docs/_site/
docs/.sass-cache/
docs/.jekyll-cache/
# Ignore Web Assets not included with enigma-bbs
www/*
www/assets/*
!www/otp_register_template.html
!www/reset_password.template.html