Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1a378 commit 62c798dCopy full SHA for 62c798d
README.md
@@ -31,7 +31,7 @@ A semicolon-delimited array of file [globs](https://globster.xyz/) to exclude fr
31
For example:
32
33
```yaml
34
-excluded_globs: 'frontend/*.spec.js;**/*.{png,jpg};**/!(*.module).ts'
+excluded_globs: "frontend/*.spec.js;**/*.{png,jpg};**/!(*.module).ts"
35
# Guide:
36
# - 'frontend/*.spec.js' # exclude frontend tests
37
# - '**/*.{png,ico,md}' # all png, ico, md files in any directory
0 commit comments