.gitignore 342 B

123456789101112131415161718192021222324252627282930
  1. # Xcode
  2. *.mode*
  3. *.pbxuser
  4. xcuserdata
  5. *.xccheckout
  6. # macOS
  7. .DS_Store
  8. # Fastlane
  9. fastlane/Preview.html
  10. fastlane/report.xml
  11. fastlane/screenshots/*/*.png
  12. fastlane/screenshots/screenshots.html
  13. fastlane/test_output
  14. # CocoaPods
  15. Pods
  16. # Private Constants
  17. 0001-privateConstants.patch
  18. # Others
  19. build
  20. DerivedData
  21. External
  22. ImportedSources
  23. !Makefile