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 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. *.swp
  2. .*.tmp
  3. deploy-local.sh
  4. libs/
  5. all.css
  6. *css.map
  7. .remote-sync.json
  8. .sync-config.cson
  9. # CocoaPods
  10. Pods/
  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/IntelliJ
  37. #
  38. build/
  39. .idea
  40. .gradle
  41. local.properties
  42. *.iml
  43. # node.js
  44. #
  45. node_modules/
  46. npm-debug.log
  47. yarn-error.log
  48. # BUCK
  49. #
  50. buck-out/
  51. \.buckd/
  52. *.keystore
  53. # fastlane
  54. #
  55. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  56. # screenshots whenever they are needed.
  57. # For more information about the recommended setup visit:
  58. # https://docs.fastlane.tools/best-practices/source-control/
  59. */fastlane/report.xml
  60. */fastlane/Preview.html
  61. */fastlane/screenshots
  62. # Bundle artifact
  63. *.jsbundle
  64. # precommit-hook
  65. .jshintignore
  66. .jshintrc