Update .gitignore
This commit is contained in:
committed by
GitHub
parent
921f8c6a58
commit
bc2ce168db
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,7 +1,7 @@
|
||||
# Don't check in SSH keys!
|
||||
*.pem
|
||||
|
||||
# Various directories
|
||||
# Exclude User-Customized Directories
|
||||
config/
|
||||
db/
|
||||
drop/
|
||||
@@ -11,5 +11,13 @@ 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
|
||||
|
||||
# Runtime Environment
|
||||
.venv
|
||||
|
||||
Reference in New Issue
Block a user