Няма описание

.gitignore 1.6KB

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