Skip to content

Commit

Permalink
Exclude docc files from sources to avoid build warnings (#102)
Browse files Browse the repository at this point in the history
ignore docc
  • Loading branch information
omochi authored Dec 17, 2024
1 parent a31236f commit 3498e60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ let package = Package(
.product(name: "NIO", package: "swift-nio"),
.product(name: "NIOHTTP1", package: "swift-nio"),
.product(name: "Collections", package: "swift-collections"),
]
],
exclude: ["Docs.docc"]
),
.testTarget(
name: "MultipartKitTests",
Expand Down

0 comments on commit 3498e60

Please sign in to comment.