mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
added IGNORE_FILES setting for autoreload
This commit is contained in:
parent
a7b18515a1
commit
0288bf1f68
3 changed files with 9 additions and 6 deletions
|
|
@ -80,7 +80,8 @@ _DEFAULT_CONFIG = {'PATH': '.',
|
|||
'TYPOGRIFY': False,
|
||||
'SUMMARY_MAX_LENGTH': 50,
|
||||
'PLUGINS': [],
|
||||
'TEMPLATE_PAGES': {}
|
||||
'TEMPLATE_PAGES': {},
|
||||
'IGNORE_FILES': []
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue