Skip to content

Commit

Permalink
Clean up: don't ignore Package.resolved, exclude test fixtures (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Aug 30, 2023
1 parent d4c218e commit 26ed3a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ playground.xcworkspace
# Package.pins
.build/
.swiftpm
Package.resolved

# CocoaPods
#
Expand Down
7 changes: 0 additions & 7 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

This file was deleted.

4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ let package = Package(
name: "SnapshotTestingTests",
dependencies: ["SnapshotTesting"],
exclude: [
"__Snapshots__",
"__Fixtures__"
"__Fixtures__",
"__Snapshots__"
]
)
]
Expand Down

0 comments on commit 26ed3a2

Please sign in to comment.