aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-06-01 18:58:45 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-06-01 18:58:45 +0200
commite0719eb84d05e26704f947ace725ee0335dcfb54 (patch)
treec0639947183ddbaec9a4e03e08cf3704a6894b3b
parent5a2cf639f41964712c8f72e36aaccc55ab86deda (diff)
downloadatom_to_gitea-e0719eb84d05e26704f947ace725ee0335dcfb54.tar.gz
Readmemain
-rw-r--r--Readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index d58646a..3542f85 100644
--- a/Readme.md
+++ b/Readme.md
@@ -23,6 +23,8 @@ rsstogitea config.yml
* **exclude** List. If name of item contains one or more, item is ignored. Not Regex.
* **include** List. Item is ignored if title does not contain all strings. Not Regex.
+include and exclude can be ommited.
+
### Example
```yaml
@@ -39,5 +41,4 @@ feeds:
exclude:
- dev
- rc
- include: []
```