2021-02-20 23:26:25 +01:00
|
|
|
recursive-include platypush/backend/http/webapp/dist *
|
2023-08-20 01:54:55 +02:00
|
|
|
recursive-include platypush/install *
|
2019-07-25 18:36:12 +02:00
|
|
|
include platypush/plugins/http/webpage/mercury-parser.js
|
2022-04-25 16:54:26 +02:00
|
|
|
include platypush/config/*.yaml
|
2024-05-20 22:19:30 +02:00
|
|
|
include platypush/config/systemd/*
|
2024-05-17 00:47:23 +02:00
|
|
|
global-include manifest.json
|
2024-01-06 22:21:59 +01:00
|
|
|
global-include components.json.gz
|
2024-07-17 01:13:49 +02:00
|
|
|
|
|
|
|
global-exclude __pycache__/*
|
|
|
|
global-exclude *.pyc
|
|
|
|
|
|
|
|
# Exclude symlinks to avoid issues with setuptools
|
|
|
|
exclude platypush/backend/http/webapp/public/icons/openweathermap/black
|
|
|
|
exclude platypush/backend/http/webapp/public/icons/openweathermap/white
|
|
|
|
exclude platypush/backend/http/webapp/src/**
|
|
|
|
exclude platypush/events
|
|
|
|
exclude platypush/install/scripts/ubuntu
|