Skip to content

Commit ebcc714

Browse files
committed
Added README.md to exclude list
1 parent caa735a commit ebcc714

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Package.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ let package = Package(
2828
.library(name: "SwiftSyntaxBuilder", type: .static, targets: ["SwiftSyntaxBuilder"])
2929
],
3030
targets: [
31-
.target(name: "_CSwiftSyntax"),
31+
.target(
32+
name: "_CSwiftSyntax",
33+
exclude: [
34+
"README.md"
35+
]
36+
),
3237
.target(
3338
name: "SwiftSyntax",
3439
dependencies: ["_CSwiftSyntax"],

0 commit comments

Comments
 (0)