.gitignore 882 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. ios/GeneralAviationForUser.xcodeproj/xcshareddata/*
  26. Daphne.xcworkspace/
  27. # Android/IntelliJ
  28. #
  29. build/
  30. .idea
  31. .gradle
  32. local.properties
  33. *.iml
  34. # node.js
  35. #
  36. node_modules/
  37. npm-debug.log
  38. yarn-error.log
  39. # BUCK
  40. buck-out/
  41. \.buckd/
  42. *.keystore
  43. # fastlane
  44. #
  45. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  46. # screenshots whenever they are needed.
  47. # For more information about the recommended setup visit:
  48. # https://docs.fastlane.tools/best-practices/source-control/
  49. */fastlane/report.xml
  50. */fastlane/Preview.html
  51. */fastlane/screenshots
  52. .tern-port
  53. *.mobileprovision