Glob Pattern Reference
CodePus uses glob patterns in many places to match files.Syntax
*?{a,b}[abc]Examples
/*.ts: All TypeScript filessrc/: All files under src directory!/node_modules/**: Exclude node_modules*?{a,b}[abc]/*.ts: All TypeScript filessrc/: All files under src directory!/node_modules/**: Exclude node_modules