Skip to content

Commit 9909349

Browse files
committed
Ignore "_enabled-commands" folder in Toolkit
1 parent 58b9f03 commit 9909349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/Toolkit/Sources/ToolkitLibrary/Toolkit.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public final class Toolkit {
1717

1818
public func generateDocumentation(
1919
outputFileName: String = "extensions",
20-
blockedFolderList: [String] = [".git", "screenshots", "Tools", ".build", ".github", "templates"]
20+
blockedFolderList: [String] = [".git", "screenshots", "Tools", ".build", ".github", "templates", "_enabled-commands"]
2121
) throws {
2222
guard fileSystem.exists(extensionsAbsolutePath) else {
2323
throw Error.extensionsFolderNotFound(extensionsAbsolutePath.pathString)

0 commit comments

Comments
 (0)