mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-03-07 12:35:32 +00:00
Some checks failed
Build and push containers / metadata (push) Has been cancelled
Build and push containers / build-push-containers (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Test the built package works basically. (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been cancelled
ChangeDetection.io App Test / lint-code (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-10 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-11 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-12 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-13 (push) Has been cancelled
ChangeDetection.io Container Build Test / Build linux/amd64 (alpine) (push) Has been cancelled
ChangeDetection.io Container Build Test / Build linux/arm64 (alpine) (push) Has been cancelled
ChangeDetection.io Container Build Test / Build linux/amd64 (main) (push) Has been cancelled
ChangeDetection.io Container Build Test / Build linux/arm/v7 (main) (push) Has been cancelled
ChangeDetection.io Container Build Test / Build linux/arm/v8 (main) (push) Has been cancelled
ChangeDetection.io Container Build Test / Build linux/arm64 (main) (push) Has been cancelled
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
recursive-include changedetectionio/api *
|
|
include docs/api-spec.yaml
|
|
recursive-include changedetectionio/blueprint *
|
|
recursive-include changedetectionio/conditions *
|
|
recursive-include changedetectionio/content_fetchers *
|
|
recursive-include changedetectionio/jinja2_custom *
|
|
recursive-include changedetectionio/model *
|
|
recursive-include changedetectionio/notification *
|
|
recursive-include changedetectionio/processors *
|
|
recursive-include changedetectionio/realtime *
|
|
recursive-include changedetectionio/static *
|
|
recursive-include changedetectionio/store *
|
|
recursive-include changedetectionio/templates *
|
|
recursive-include changedetectionio/tests *
|
|
recursive-include changedetectionio/translations *
|
|
recursive-include changedetectionio/widgets *
|
|
prune changedetectionio/static/package-lock.json
|
|
prune changedetectionio/static/styles/node_modules
|
|
prune changedetectionio/static/styles/package-lock.json
|
|
include changedetectionio/favicon_utils.py
|
|
include changedetection.py
|
|
include requirements.txt
|
|
include README-pip.md
|
|
global-exclude *.pyc
|
|
global-exclude node_modules
|
|
global-exclude venv
|
|
|
|
global-exclude test-datastore
|
|
global-exclude changedetection.io*dist-info
|
|
global-exclude changedetectionio/tests/proxy_socks5/test-datastore
|