We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074b2bc commit 4015cecCopy full SHA for 4015cec
.gitignore
@@ -12,3 +12,4 @@ default.profraw
12
assets/documentation-webview
13
assets/test/**/Package.resolved
14
assets/swift-docc-render
15
+ud
.prettierignore
@@ -18,3 +18,6 @@ node_modules/
18
/coverage/
19
/dist/
20
/snippets/
21
+
22
+# macOS CI
23
+/ud/
docker/sandbox.sb
@@ -94,7 +94,7 @@
94
95
; VSCode sockets
96
(allow network*
97
- (param-regex "workspace" "/.vscode-test/user-data/1\.[0-9]+-main\.sock")
+ (param-regex "workspace" "/ud/1\.[0-9]+-main\.sock")
98
)
99
100
; VSCode terminal
0 commit comments