From 51d4aede707c9528de6d6bd95063fc9ae6785d34 Mon Sep 17 00:00:00 2001 From: dantefromhell <90508808+dantefromhell@users.noreply.github.com> Date: Sat, 27 Apr 2024 23:42:43 +0000 Subject: [PATCH] document 'ignore_list' config parameter --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 843af1b..1fe26f9 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,9 @@ version = "2.0" # default watch_list is ["**/*.md"] watch_list = ["docs/**/*.md"] + +# default ignore_list is ["**/README.md"] +ignore_list = ["docs/**/examples.md"] ``` You may add languages as follows: