Skip to content

Commit 26ed3a2

Browse files
authored
Clean up: don't ignore Package.resolved, exclude test fixtures (pointfreeco#649)
1 parent d4c218e commit 26ed3a2

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ playground.xcworkspace
3939
# Package.pins
4040
.build/
4141
.swiftpm
42-
Package.resolved
4342

4443
# CocoaPods
4544
#

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

-7
This file was deleted.

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ let package = Package(
2020
name: "SnapshotTestingTests",
2121
dependencies: ["SnapshotTesting"],
2222
exclude: [
23-
"__Snapshots__",
24-
"__Fixtures__"
23+
"__Fixtures__",
24+
"__Snapshots__"
2525
]
2626
)
2727
]

0 commit comments

Comments
 (0)