Update .gitignore to block Package.resolved
Apparently my Xcode version generates files which are incompatible with whatever Xcode build environment that Github CI runs. Signed-off-by: Christopher Snowhill <kode54@gmail.com>swiftingly
parent
109baf4dea
commit
3eca088cc7
|
@ -7,3 +7,5 @@ xcuserdata
|
|||
|
||||
# User-specific xcconfig files
|
||||
Xcode-config/DEVELOPMENT_TEAM.xcconfig
|
||||
|
||||
Cog.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
|
||||
|
|
Loading…
Reference in New Issue