You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # OSX
  2. #
  3. .DS_Store
  4. # Xcode
  5. #
  6. build/
  7. *.pbxuser
  8. !default.pbxuser
  9. *.mode1v3
  10. !default.mode1v3
  11. *.mode2v3
  12. !default.mode2v3
  13. *.perspectivev3
  14. !default.perspectivev3
  15. xcuserdata
  16. *.xccheckout
  17. *.moved-aside
  18. DerivedData
  19. *.hmap
  20. *.ipa
  21. *.xcuserstate
  22. project.xcworkspace
  23. # Android/IntelliJ
  24. #
  25. build/
  26. .idea
  27. .gradle
  28. local.properties
  29. *.iml
  30. *.hprof
  31. # node.js
  32. #
  33. node_modules/
  34. npm-debug.log
  35. yarn-error.log
  36. # BUCK
  37. buck-out/
  38. \.buckd/
  39. *.keystore
  40. !debug.keystore
  41. # Bundle artifacts
  42. *.jsbundle
  43. # CocoaPods
  44. /ios/Pods/
  45. # Expo
  46. .expo/
  47. web-build/
  48. dist/