.gitignore 513B

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