Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.gitignore 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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
  74. .vscode
  75. # TWA
  76. twa/*.apk
  77. twa/*.aab
  78. twa/assetlinks.json