.gitignore 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. FirebaseAuth/Tests/Sample/Sample/Application.plist
  2. FirebaseAuth/Tests/Sample/Sample/AuthCredentials.h
  3. FirebaseAuth/Tests/Sample/Sample/GoogleService-Info_multi.plist
  4. FirebaseAuth/Tests/Sample/Sample/GoogleService-Info.plist
  5. FirebaseAuth/Tests/Sample/Sample/Sample.entitlements
  6. FirebaseAuth/Tests/Sample/ApiTests/AuthCredentials.h
  7. Example/Database/App/GoogleService-Info.plist
  8. # FirebaseStorage integration tests GoogleService-Info.plist
  9. FirebaseStorage/Tests/Integration/Resources/GoogleService-Info.plist
  10. # FirebaseInstallations integration tests GoogleService-Info.plist
  11. FirebaseInstallations/Source/Tests/Resources/GoogleService-Info.plist
  12. # FirebaseInstanceID integration tests GoogleService-Info.plist
  13. Example/InstanceID/Resources/GoogleService-Info.plist
  14. # FirebaseMessaging integration tests GoogleService-Info.plist
  15. FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist
  16. # FirebaseMessaging test app GoogleService-Info.plist
  17. FirebaseMessaging/Apps/Sample/Sample/GoogleService-Info.plist
  18. Secrets.tar
  19. # OS X
  20. .DS_Store
  21. # Xcode
  22. build/
  23. *.pbxuser
  24. !default.pbxuser
  25. *.mode1v3
  26. !default.mode1v3
  27. *.mode2v3
  28. !default.mode2v3
  29. *.perspectivev3
  30. !default.perspectivev3
  31. xcuserdata/
  32. *.xccheckout
  33. profile
  34. *.moved-aside
  35. DerivedData
  36. *.hmap
  37. *.ipa
  38. # Swift Package Manager
  39. */.build
  40. ZipBuilder/Packages
  41. ZipBuilder/*.xcodeproj
  42. ZipBuilder/Package.resolved
  43. # IntelliJ
  44. .idea
  45. # Vim
  46. *.swo
  47. *.swp
  48. *~
  49. # Bundler
  50. /.bundle
  51. /vendor
  52. Carthage
  53. # Cocoapods recommends against adding the Pods directory to your .gitignore. See
  54. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  55. # Since Firebase is building libraries, not apps, we should not check in Pods.
  56. # Pods are only used in the Examples and tests and doing a 'pod install' better
  57. # matches our customers' environments.
  58. #
  59. # Note: if you ignore the Pods directory, make sure to uncomment
  60. # `pod install` in .travis.yml
  61. #
  62. Pods/
  63. Podfile.lock
  64. *.xcworkspace
  65. # Firestore's build configuration, as generated by CocoaPods
  66. Firestore/core/src/util/config.h
  67. # CMake
  68. .downloads
  69. Debug
  70. Release
  71. Ninja
  72. # CLion
  73. /cmake-build-debug
  74. /cmake-build-release
  75. # Python
  76. *.pyc
  77. # Visual Studio
  78. /.vs
  79. # Visual Studio Code
  80. /.vscode
  81. # clangd support file
  82. compile_commands.json
  83. # CocoaPods generate
  84. gen/
  85. # b/111916494
  86. default.profraw
  87. # Firestore emulator
  88. cloud-firestore-emulator.log
  89. cloud-firestore-emulator.pid
  90. # Let Gemfiles in CocoaPodsIntegrationTest float to catch issues asap
  91. CocoaPodsIntegrationTest/**/Gemfile.lock
  92. CocoaPodsIntegrationTest/Gemfile
  93. CocoaPodsIntegrationTest/Podfile
  94. # In-app messaging integration tests
  95. FirebaseInAppMessaging/Tests/Integration/FunctionalTestApp/GoogleService-Info.plist
  96. FirebaseInAppMessaging/Tests/Integration/FunctionalTestApp/App/InAppMessaging-Example-iOS/AppDelegate.m