2022-05-23 22:16:50 +00:00
|
|
|
recursive-include changedetectionio/api *
|
2024-10-11 13:01:27 +00:00
|
|
|
recursive-include changedetectionio/apprise_plugin *
|
2022-12-08 20:54:55 +00:00
|
|
|
recursive-include changedetectionio/blueprint *
|
2024-03-08 20:06:22 +00:00
|
|
|
recursive-include changedetectionio/content_fetchers *
|
2025-03-17 18:20:24 +00:00
|
|
|
recursive-include changedetectionio/conditions *
|
2022-05-10 20:45:08 +00:00
|
|
|
recursive-include changedetectionio/model *
|
2023-03-21 22:15:53 +00:00
|
|
|
recursive-include changedetectionio/processors *
|
2022-12-08 20:54:55 +00:00
|
|
|
recursive-include changedetectionio/static *
|
|
|
|
recursive-include changedetectionio/templates *
|
|
|
|
recursive-include changedetectionio/tests *
|
2022-11-24 19:53:01 +00:00
|
|
|
prune changedetectionio/static/package-lock.json
|
|
|
|
prune changedetectionio/static/styles/node_modules
|
|
|
|
prune changedetectionio/static/styles/package-lock.json
|
2021-08-16 13:24:37 +00:00
|
|
|
include changedetection.py
|
2024-01-05 17:16:07 +00:00
|
|
|
include requirements.txt
|
|
|
|
include README-pip.md
|
2021-09-19 20:57:15 +00:00
|
|
|
global-exclude *.pyc
|
2022-03-22 22:08:08 +00:00
|
|
|
global-exclude node_modules
|
2022-11-24 19:53:01 +00:00
|
|
|
global-exclude venv
|
2023-07-10 14:08:45 +00:00
|
|
|
|
|
|
|
global-exclude test-datastore
|
|
|
|
global-exclude changedetection.io*dist-info
|
2023-11-10 16:50:09 +00:00
|
|
|
global-exclude changedetectionio/tests/proxy_socks5/test-datastore
|