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.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. *.dSYM.zip
  35. *.xcuserstate
  36. project.xcworkspace
  37. # Android/IntelliJ
  38. #
  39. build/
  40. .idea
  41. .gradle
  42. local.properties
  43. *.iml
  44. # node.js
  45. #
  46. node_modules/
  47. npm-debug.log
  48. yarn-error.log
  49. # BUCK
  50. #
  51. buck-out/
  52. \.buckd/
  53. *.keystore
  54. # fastlane
  55. #
  56. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  57. # screenshots whenever they are needed.
  58. # For more information about the recommended setup visit:
  59. # https://docs.fastlane.tools/best-practices/source-control/
  60. */fastlane/report.xml
  61. */fastlane/Preview.html
  62. */fastlane/screenshots
  63. # Build artifacts
  64. *.jsbundle
  65. *.framework
  66. android/app/debug
  67. android/app/release
  68. # precommit-hook
  69. .jshintignore
  70. .jshintrc
  71. # VSCode files
  72. android/.project
  73. android/.settings/org.eclipse.buildship.core.prefs
  74. # Secrets
  75. android/app/dropbox.key
  76. android/app/google-services.json
  77. ios/app/dropbox.key
  78. ios/app/GoogleService-Info.plist