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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. */fastlane/report.xml
  57. */fastlane/Preview.html
  58. # Build artifacts
  59. *.jsbundle
  60. *.framework
  61. android/app/debug
  62. android/app/release
  63. # precommit-hook
  64. .jshintignore
  65. .jshintrc
  66. # VSCode files
  67. android/.project
  68. android/.settings/org.eclipse.buildship.core.prefs
  69. # Secrets
  70. android/app/dropbox.key
  71. android/app/google-services.json
  72. ios/app/dropbox.key
  73. ios/app/GoogleService-Info.plist