Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. ## Build generated
  2. build/
  3. DerivedData/
  4. *xcworkspace/xcuserdata/*
  5.  
  6. ## Various settings
  7. *.pbxuser
  8. !default.pbxuser
  9. *.mode1v3
  10. !default.mode1v3
  11. *.mode2v3
  12. !default.mode2v3
  13. *.perspectivev3
  14. !default.perspectivev3
  15.  
  16. ## Other
  17. *.moved-aside
  18. *.xccheckout
  19. *.xcscmblueprint
  20.  
  21. ## Obj-C/Swift specific
  22. *.hmap
  23. *.ipa
  24. *.dSYM.zip
  25. *.dSYM
  26.  
  27. ## Playgrounds
  28. timeline.xctimeline
  29. playground.xcworkspace
  30.  
  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. # Package.resolved
  37. .build/
  38.  
  39. # fastlane
  40. #
  41. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  42. # screenshots whenever they are needed.
  43. # For more information about the recommended setup visit:
  44. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  45.  
  46. fastlane/report.xml
  47. fastlane/Preview.html
  48. fastlane/screenshots/**/*.png
  49. fastlane/test_output
  50.  
  51. .env
  52. *.idea
  53. .DS_Store
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement