Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

.gitignore 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. *.keystore
  51. # fastlane
  52. #
  53. # It is recommended to not store the screenshots in the git repo. Instead, use
  54. # fastlane to re-generate the screenshots whenever they are needed. For more
  55. # information about the recommended setup visit:
  56. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  57. #
  58. fastlane/report.xml
  59. fastlane/Preview.html
  60. fastlane/screenshots