.gitignore 291 B

12345678910111213141516171819202122232425
  1. # MacOS
  2. .DS_Store
  3. # Xcode
  4. *.pbxuser
  5. *.mode1v3
  6. *.mode2v3
  7. *.perspectivev3
  8. *.xcuserstate
  9. *.xcworkspace/
  10. project.xcworkspace/
  11. xcuserdata/
  12. Credentials.xcconfig
  13. # CocoaPods
  14. Pods/
  15. gen/
  16. Podfile.lock
  17. # Firebase App Check Example
  18. **/GoogleService-Info.plist
  19. # Swift Build
  20. .build/
  21. Package.resolved