platypush/platypush/backend/file
Fabio Manganiello 0a3fd4065a
Proper implementation for filesystem monitor filters
The logic Watchdog applies to filter events based
on `ignore_directories`, `ignore_patterns` and
`ignore_regexes` isn't really sophisticated, and
it doesn't check whether a partial directory/file
name is used in one of the `ignore_*` patterns.
The `file.monitor` backend should therefore implement
this logic on its side.
2021-12-20 00:58:41 +01:00
..
monitor Proper implementation for filesystem monitor filters 2021-12-20 00:58:41 +01:00
__init__.py Added file.monitor backend [closes #172] 2021-03-14 00:08:20 +01:00