.gitignore 147 B

1234567891011121314
  1. # Xcode
  2. build/
  3. DerivedData/
  4. .derivedData/
  5. *.xcuserstate
  6. *.xcscmblueprint
  7. xcuserdata/
  8. # macOS
  9. .DS_Store
  10. # Swift Package Manager
  11. .build/
  12. .swiftpm/