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 760B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. *.swp
  2. .*.tmp
  3. deploy-local.sh
  4. libs/
  5. all.css
  6. *css.map
  7. *js.map
  8. unsupported_browser.css
  9. .remote-sync.json
  10. .sync-config.cson
  11. # The following are automatically generated by the react-native command line
  12. # utility (either with the init or upgrade option which pull in the latest
  13. # template files recommended by Facebook for React Native).
  14. # OSX
  15. #
  16. .DS_Store
  17. # Xcode
  18. #
  19. build/
  20. *.pbxuser
  21. !default.pbxuser
  22. *.mode1v3
  23. !default.mode1v3
  24. *.mode2v3
  25. !default.mode2v3
  26. *.perspectivev3
  27. !default.perspectivev3
  28. xcuserdata
  29. *.xccheckout
  30. *.moved-aside
  31. DerivedData
  32. *.hmap
  33. *.ipa
  34. *.xcuserstate
  35. project.xcworkspace
  36. # Android/IJ
  37. #
  38. *.iml
  39. .idea
  40. .gradle
  41. local.properties
  42. # node.js
  43. #
  44. node_modules/
  45. npm-debug.log
  46. # BUCK
  47. #
  48. buck-out/
  49. \.buckd/
  50. android/app/libs
  51. android/keystores/debug.keystore