getditto / DittoSwiftTools

Diagnostic and Debugging Tools for DittoSwift
MIT License
9 stars 2 forks source link

Add Xcode auto-generated XCSchemes to .gitignore #151

Closed rdas-ditto closed 1 week ago

rdas-ditto commented 2 months ago

Excluded the auto-generated XCSchemes from Swift Package Manager under .swiftpm/xcode/xcshareddata/xcschemes/ by adding them to .gitignore.

This change prevents unnecessary files from being tracked in the repository, as these schemes are auto-generated by Xcode and can be safely ignored to keep the version control system clean.

bplattenburg commented 2 months ago

Should we also be removing the existing tracked files there?

rdas-ditto commented 2 months ago

Good catch, I've updated the .gitignore, and also removed the existing tracked files (xcscheme, and also Package.resolved)

rdas-ditto commented 1 month ago

This is ready to review, and merge.