Skip to content

Commit

Permalink
Merge pull request #86 from denniskigen/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
rschristian committed Sep 21, 2022
2 parents 8119d3d + a630909 commit b03ec15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -113,7 +113,7 @@ jobs:
+ exclude: "{./build-output/manifest.json,**/*.map,**/node_modules/**}"
```

Files are collected by finding matches for `pattern`, then any of those that match `exclude` are ignored. For that reason, most project don't need to modify `exclude`. The default values for `pattern` and `exclude` are as follows:
Files are collected by finding matches for `pattern`, then any of those that match `exclude` are ignored. For that reason, most projects don't need to modify `exclude`. The default values for `pattern` and `exclude` are as follows:

```yaml
with:
Expand Down

0 comments on commit b03ec15

Please sign in to comment.