MailHog fine-tuning

This commit is contained in:
cytopia
2018-08-15 19:53:06 +02:00
parent c77fd90472
commit 994df7d6da
9 changed files with 270 additions and 154 deletions

View File

@ -77,7 +77,7 @@ language = None
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = [
u'_build/*',
u'_includes/*',
u'_includes/**',
u'Thumbs.db',
u'.DS_Store'
]