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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. # The following are automatically generated by the react-native command line
  10. # utility (either with the init or upgrade option which pull in the latest
  11. # template files recommended by Facebook for React Native).
  12. # OSX
  13. #
  14. .DS_Store
  15. # Xcode
  16. #
  17. build/
  18. *.pbxuser
  19. !default.pbxuser
  20. *.mode1v3
  21. !default.mode1v3
  22. *.mode2v3
  23. !default.mode2v3
  24. *.perspectivev3
  25. !default.perspectivev3
  26. xcuserdata
  27. *.xccheckout
  28. *.moved-aside
  29. DerivedData
  30. *.hmap
  31. *.ipa
  32. *.xcuserstate
  33. project.xcworkspace
  34. # Android/IntelliJ
  35. #
  36. build/
  37. .idea
  38. .gradle
  39. local.properties
  40. *.iml
  41. # node.js
  42. #
  43. node_modules/
  44. npm-debug.log
  45. yarn-error.log
  46. # BUCK
  47. #
  48. buck-out/
  49. \.buckd/
  50. android/app/libs
  51. *.keystore
  52. # fastlane
  53. #
  54. # It is recommended to not store the screenshots in the git repo. Instead, use
  55. # fastlane to re-generate the screenshots whenever they are needed. For more
  56. # information about the recommended setup visit:
  57. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  58. #
  59. fastlane/report.xml
  60. fastlane/Preview.html
  61. fastlane/screenshots