Skip to content

Globbing

LeoTM edited this page Feb 10, 2022 · 1 revision

Multiple ext's

Example

# dependencies: [ '**/deep/*.prefix.{ts,tsx}' ]

Example 2

# dependencies: [ '**/deep/*.prefix.?(ts|tsx)' ]

Lib

https://docs.python.org/3/library/fnmatch.html

Clone this wiki locally