Skip to content

Commit

Permalink
document 'ignore_list' config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dantefromhell authored Apr 27, 2024
1 parent 6fcd4d3 commit 51d4aed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 51d4aed

Please sign in to comment.