We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b9f03 commit 9909349Copy full SHA for 9909349
Tools/Toolkit/Sources/ToolkitLibrary/Toolkit.swift
@@ -17,7 +17,7 @@ public final class Toolkit {
17
18
public func generateDocumentation(
19
outputFileName: String = "extensions",
20
- blockedFolderList: [String] = [".git", "screenshots", "Tools", ".build", ".github", "templates"]
+ blockedFolderList: [String] = [".git", "screenshots", "Tools", ".build", ".github", "templates", "_enabled-commands"]
21
) throws {
22
guard fileSystem.exists(extensionsAbsolutePath) else {
23
throw Error.extensionsFolderNotFound(extensionsAbsolutePath.pathString)
0 commit comments