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.

.gitignore 531B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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/IJ
  24. #
  25. .idea
  26. .gradle
  27. local.properties
  28. *.iml
  29. # node.js
  30. #
  31. node_modules/
  32. npm-debug.log
  33. # BUCK
  34. buck-out/
  35. \.buckd/
  36. android/app/libs
  37. android/keystores/debug.keystore
  38. android/*.iml
  39. android/app/*.iml
  40. yarn.lock
  41. *.log
  42. example/android/app/src/main/assets/editor.html
  43. .vscode/