Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Ignore .xcodeproj and friends.
Use `swift package generate-xcodeproj` to create as needed.
  • Loading branch information
hishma committed Mar 7, 2021
1 parent 7c4026d commit fe6bde7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.DS_Store
Package.resolved
.swiftpm
.swiftpm
/.build
/Packages
/*.xcodeproj
xcuserdata/

0 comments on commit fe6bde7

Please sign in to comment.