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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,16 @@ Files under `test` will only be generated if the user answered yes to the prompt
163
163
164
164
Note that the `dot` option for minimatch is set to `true` so glob patterns would also match dotfiles by default.
165
165
166
+
#### Skip rendering
167
+
168
+
The `skipInterpolation` field in the metadata file should be a [minimatch glob pattern](https://github.com/isaacs/minimatch). The files matched should skip rendering. Example:
0 commit comments