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: docs/Options.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,7 @@ macOS only.
184
184
| Name | Description
185
185
| --- | ---
186
186
| **name** | <aname="Protocol-name"></a>The name. e.g. `IRC server URL`.
187
+
| role | <aname="Protocol-role"></a>*macOS-only* The app’s role with respect to the type. The value can be `Editor`, `Viewer`, `Shell`, or `None`. Defaults to `Editor`.
187
188
| **schemes** | <aname="Protocol-schemes"></a>The schemes. e.g. `["irc", "ircs"]`.
188
189
189
190
<aname="MetadataDirectories"></a>
@@ -198,7 +199,14 @@ macOS only.
198
199
199
200
# File Patterns
200
201
201
-
[build.files](#BuildMetadata-files) defaults to `**/*` (i.e. [hidden files are ignored by default](https://www.npmjs.com/package/glob#dots)).
[Hidden files are not ignored by default](https://www.npmjs.com/package/glob#dots), but as you see, all files that should be ignored, are ignored by default.
202
210
203
211
Development dependencies are never copied in any case. You don't need to ignore it explicitly.
0 commit comments