mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Ignore subdirectories by pattern from list in 'IGNORE_SUBDIRS' analogous to 'IGNORE_FILES'. Currently there is no way to ignore subdirectories like '.something' or '_hidden' by pattern, only full paths can be given in 'STATIC_EXCLUDES' etc.. This patch works like 'IGNORE_FILES' but on subdirectories. |
||
|---|---|---|
| .. | ||
| tests | ||
| themes | ||
| tools | ||
| __init__.py | ||
| contents.py | ||
| generators.py | ||
| log.py | ||
| paginator.py | ||
| readers.py | ||
| rstdirectives.py | ||
| server.py | ||
| settings.py | ||
| signals.py | ||
| urlwrappers.py | ||
| utils.py | ||
| writers.py | ||