.gitignore 1.5 KB

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