Skip to content

Commit

Permalink
Merge pull request #43 from dantefromhell/patch-1
Browse files Browse the repository at this point in the history
document 'ignore_list' config parameter
  • Loading branch information
jhidding authored Apr 28, 2024
2 parents 6fcd4d3 + 51d4aed commit 71c6a37
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 71c6a37

Please sign in to comment.