You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,18 @@ If you'd like to exclude an individual pattern you can do so by prepending the f
143
143
144
144
You can also exclude complete directories by prepending the directory name with an underscore, like: `/_experiment/...`
145
145
146
+
##### Style Guide Excludes
147
+
148
+
Exclude whole pattern types from the "All patterns" styleguide by adding entries to `config.json`. This is quite useful to make speedier. Pattern Lab Node ships with the following:
149
+
150
+
```
151
+
"styleGuideExcludes": [
152
+
"templates",
153
+
"pages"
154
+
]
155
+
```
156
+
157
+
146
158
##### Debug Mode
147
159
`patternlab.json` is a file created for debugging purposes. Set `debug` to true in `.config.json` to see all the secrets.
0 commit comments