Skip to content

Commit

Permalink
Package.swift: added missing excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Aug 28, 2023
1 parent 15d5613 commit 7f4105e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ let package = Package(
"Nimble",
.product(name: "SnapshotTesting", package: "swift-snapshot-testing")
],
exclude: ["Templates/__Snapshots__"],
exclude: ["Templates/__Snapshots__", "Data/__Snapshots__", "TestPlans"],
resources: [.copy("Resources/header.jpg"), .copy("Resources/background.jpg")])
]
)

0 comments on commit 7f4105e

Please sign in to comment.