mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 10:35:10 +00:00
27 lines
249 B
YAML
27 lines
249 B
YAML
|
documentation:
|
||
|
- docs/*
|
||
|
|
||
|
extras:
|
||
|
- extras/*
|
||
|
- extras/**/*
|
||
|
|
||
|
sources:
|
||
|
- src/*
|
||
|
- src/**/*
|
||
|
|
||
|
tests:
|
||
|
- tests/**/*
|
||
|
- tests/*
|
||
|
|
||
|
web:
|
||
|
- web/*
|
||
|
- web/**/*
|
||
|
|
||
|
appimage:
|
||
|
- appimage/*
|
||
|
- appimage/**/*
|
||
|
|
||
|
3rdparty:
|
||
|
- 3rdparty/*
|
||
|
- 3rdparty/**/*
|