.gitignore 830 B

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