You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default Xcode saves an xctestplan directly in
the `.swiftpm` directory if you change any of its
default values (e.g when enabling code coverage).
As such, ignore the entire `.swiftpm` directly, not
just `.swiftpm/xcode`. Also ignore it for any
child directories, avoiding the need to have separate
`.gitignore`s for child SwiftPM projects.
0 commit comments