.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. ## Build generated
  5. build/
  6. DerivedData/
  7. flutter_module/
  8. ## Various settings
  9. *.pbxuser
  10. !default.pbxuser
  11. *.mode1v3
  12. !default.mode1v3
  13. *.mode2v3
  14. !default.mode2v3
  15. *.perspectivev3
  16. !default.perspectivev3
  17. xcuserdata/
  18. ## Other
  19. *.moved-aside
  20. *.xccheckout
  21. *.xcscmblueprint
  22. .DS_Store
  23. ## Obj-C/Swift specific
  24. *.hmap
  25. *.ipa
  26. *.dSYM.zip
  27. *.dSYM
  28. # CocoaPods
  29. #
  30. # We recommend against adding the Pods directory to your .gitignore. However
  31. # you should judge for yourself, the pros and cons are mentioned at:
  32. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  33. #
  34. Pods/
  35. Podfile.lock
  36. #
  37. # Add this line if you want to avoid checking in source code from the Xcode workspace
  38. *.xcworkspace
  39. #
  40. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  41. Carthage/Checkouts
  42. Carthage/Build
  43. # fastlane
  44. #
  45. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  46. # screenshots whenever they are needed.
  47. # For more information about the recommended setup visit:
  48. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  49. fastlane/report.xml
  50. fastlane/Preview.html
  51. fastlane/screenshots/**/*.png
  52. fastlane/test_output
  53. # Code Injection
  54. #
  55. # After new code Injection tools there's a generated folder /iOSInjectionProject
  56. # https://github.com/johnno1962/injectionforxcode
  57. iOSInjectionProject/