.gitignore 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # Miscellaneous
  2. *.class
  3. *.log
  4. *.pyc
  5. *.swp
  6. .DS_Store
  7. .atom/
  8. .buildlog/
  9. .history
  10. .svn/
  11. # Xcode
  12. #
  13. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  14. ## Build generated
  15. build/
  16. DerivedData/
  17. ## Various settings
  18. *.pbxuser
  19. !default.pbxuser
  20. *.mode1v3
  21. !default.mode1v3
  22. *.mode2v3
  23. !default.mode2v3
  24. *.perspectivev3
  25. !default.perspectivev3
  26. xcuserdata/
  27. ## Other
  28. *.moved-aside
  29. *.xccheckout
  30. *.xcscmblueprint
  31. ## Obj-C/Swift specific
  32. *.hmap
  33. *.ipa
  34. *.dSYM.zip
  35. *.dSYM
  36. ## Playgrounds
  37. timeline.xctimeline
  38. playground.xcworkspace
  39. # Swift Package Manager
  40. #
  41. # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
  42. # Packages/
  43. # Package.pins
  44. # Package.resolved
  45. .build/
  46. # CocoaPods
  47. #
  48. # We recommend against adding the Pods directory to your .gitignore. However
  49. # you should judge for yourself, the pros and cons are mentioned at:
  50. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  51. #
  52. Pods/
  53. # Podfile.lock
  54. # Carthage
  55. #
  56. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  57. # Carthage/Checkouts
  58. Carthage/Build
  59. # fastlane
  60. #
  61. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  62. # screenshots whenever they are needed.
  63. # For more information about the recommended setup visit:
  64. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  65. fastlane/report.xml
  66. fastlane/Preview.html
  67. fastlane/screenshots/**/*.png
  68. fastlane/test_output