Skip to content

Commit f41db2d

Browse files
authored
Fixes the exclude option descriptions in the README (#536)
1 parent 5fab8ca commit f41db2d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,9 @@ You can specify `flutter_gen > assets > exclude` using `Glob` patterns to exclud
186186
```yaml
187187
flutter_gen:
188188
assets:
189-
outputs:
190-
excludes:
191-
- folder-your-want-to-exclude/*
192-
- specified-asset.jpg
189+
exclude:
190+
- folder-your-want-to-exclude/**
191+
- specified-asset.jpg
193192
```
194193

195194
See more patterns with the `package:glob`.

0 commit comments

Comments
 (0)