Add file ignore functionality and update documentation for ignore patterns

This commit is contained in:
mrT23
2024-06-13 11:41:13 +03:00
parent a32a12a851
commit e367df352b
3 changed files with 16 additions and 5 deletions

View File

@ -8,4 +8,5 @@ glob = [
regex = [
# Ignore files and directories matching these regex patterns.
# See https://learnbyexample.github.io/python-regex-cheatsheet/
# for example: regex = ['.*\.toml$']
]