Bez popisu

.gitignore 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # OSX
  2. #
  3. .DS_Store
  4. # Xcode
  5. #
  6. build/
  7. *.pbxuser
  8. !default.pbxuser
  9. *.mode1v3
  10. !default.mode1v3
  11. *.mode2v3
  12. !default.mode2v3
  13. *.perspectivev3
  14. !default.perspectivev3
  15. xcuserdata
  16. *.xccheckout
  17. *.moved-aside
  18. DerivedData
  19. *.hmap
  20. *.ipa
  21. *.xcuserstate
  22. # exclude project.xcworkspace except for xcshareddata/WorkspaceSettings.xcsettings
  23. project.xcworkspace/*
  24. **/project.xcworkspace/contents.xcworkspacedata
  25. **/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  26. # Android/IntelliJ
  27. #
  28. build/
  29. .idea
  30. .gradle
  31. local.properties
  32. *.iml
  33. # Visual Studio Code
  34. #
  35. .vscode/
  36. # node.js
  37. #
  38. node_modules/
  39. npm-debug.log
  40. yarn-error.log
  41. # BUCK
  42. buck-out/
  43. \.buckd/
  44. *.keystore
  45. !debug.keystore
  46. # fastlane
  47. #
  48. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  49. # screenshots whenever they are needed.
  50. # For more information about the recommended setup visit:
  51. # https://docs.fastlane.tools/best-practices/source-control/
  52. */fastlane/report.xml
  53. */fastlane/Preview.html
  54. */fastlane/screenshots
  55. # Bundle artifact
  56. *.jsbundle
  57. # CocoaPods
  58. /ios/Pods/