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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. ios/sdk/out
  64. # precommit-hook
  65. .jshintignore
  66. .jshintrc
  67. # VSCode files
  68. android/.project
  69. android/.settings/org.eclipse.buildship.core.prefs
  70. # Secrets
  71. android/app/dropbox.key
  72. android/app/google-services.json
  73. ios/app/dropbox.key
  74. ios/app/GoogleService-Info.plist
  75. .vscode
  76. # TWA
  77. twa/*.apk
  78. twa/*.aab
  79. twa/assetlinks.json