Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel1
maxLevel7

Support of Options in Blob Patterns

In blobs a selection of options to match is now possible. Examples:

Code Block
**.{ts,js,css}    @web-developers  # Match ts, js and css files src/
{main,test}/**.*   @devs           # Match files under the src/main and src/test directory

...

Code Block

db/{schema/*.*,**/*.sql}         @dbadmin # Match a files in /schema and all all sql files.

...