설명 없음

.gitignore 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. node_modules/
  2. # Xcode
  3. #
  4. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  5. ## Build generated
  6. build/
  7. DerivedData/
  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. *.xcuserstate
  21. ## Obj-C/Swift specific
  22. *.hmap
  23. *.ipa
  24. *.dSYM.zip
  25. *.dSYM
  26. # CocoaPods
  27. #
  28. # We recommend against adding the Pods directory to your .gitignore. However
  29. # you should judge for yourself, the pros and cons are mentioned at:
  30. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  31. #
  32. # Pods/
  33. # Carthage
  34. #
  35. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  36. # Carthage/Checkouts
  37. Carthage/Build
  38. # fastlane
  39. #
  40. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  41. # screenshots whenever they are needed.
  42. # For more information about the recommended setup visit:
  43. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  44. fastlane/report.xml
  45. fastlane/screenshots