mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
ignore emacs lock files and exception handling for watchers
This commit is contained in:
parent
740bb46e6d
commit
be8837963a
4 changed files with 18 additions and 8 deletions
|
|
@ -100,7 +100,7 @@ _DEFAULT_CONFIG = {'PATH': os.curdir,
|
|||
'PLUGIN_PATH': '',
|
||||
'PLUGINS': [],
|
||||
'TEMPLATE_PAGES': {},
|
||||
'IGNORE_FILES': []
|
||||
'IGNORE_FILES': ['.#*']
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue