Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

.gitignore 752B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. *.swp
  2. .*.tmp
  3. deploy-local.sh
  4. libs/
  5. all.css
  6. *css.map
  7. unsupported_browser.css
  8. .remote-sync.json
  9. .sync-config.cson
  10. # The following are automatically generated by the react-native command line
  11. # utility (either with the init or upgrade option which pull in the latest
  12. # template files recommended by Facebook for React Native).
  13. # OSX
  14. #
  15. .DS_Store
  16. # Xcode
  17. #
  18. build/
  19. *.pbxuser
  20. !default.pbxuser
  21. *.mode1v3
  22. !default.mode1v3
  23. *.mode2v3
  24. !default.mode2v3
  25. *.perspectivev3
  26. !default.perspectivev3
  27. xcuserdata
  28. *.xccheckout
  29. *.moved-aside
  30. DerivedData
  31. *.hmap
  32. *.ipa
  33. *.xcuserstate
  34. project.xcworkspace
  35. # Android/IJ
  36. #
  37. *.iml
  38. .idea
  39. .gradle
  40. local.properties
  41. # node.js
  42. #
  43. node_modules/
  44. npm-debug.log
  45. # BUCK
  46. #
  47. buck-out/
  48. \.buckd/
  49. android/app/libs
  50. android/keystores/debug.keystore