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!
|
# Don't check in SSH keys!
|
||||||
*.pem
|
*.pem
|
||||||
|
|
||||||
# Various directories
|
# Exclude User-Customized Directories
|
||||||
config/
|
config/
|
||||||
db/
|
db/
|
||||||
drop/
|
drop/
|
||||||
@@ -11,5 +11,13 @@ mail/
|
|||||||
node_modules/
|
node_modules/
|
||||||
docs/_site/
|
docs/_site/
|
||||||
docs/.sass-cache/
|
docs/.sass-cache/
|
||||||
|
|
||||||
docs/.jekyll-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