Merge pull request #579 from crhultay/patch-4

Update .gitignore to ignore web assets not included
This commit is contained in:
Bryan Ashby
2024-11-24 18:41:05 -07:00
committed by GitHub

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