.gitignore 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. FirebaseAuth/Tests/Sample/SwiftApiTests/Credentials.swift
  8. FirebaseDatabase/Tests/Resources/GoogleService-Info.plist
  9. FirebaseRemoteConfig/Tests/Sample/GoogleService-Info.plist
  10. FirebaseRemoteConfigSwift/Apps/SwiftUISample/SwiftUISample/GoogleService-Info.plist
  11. # Firebase Sessions test app and integration tests GoogleService-Info.plist
  12. FirebaseSessions/**/GoogleService-Info.plist
  13. # FirebaseStorage integration tests GoogleService-Info.plist
  14. FirebaseStorage/Tests/Integration/Resources/GoogleService-Info.plist
  15. # FirebaseInstallations integration tests GoogleService-Info.plist
  16. FirebaseInstallations/Source/Tests/Resources/GoogleService-Info.plist
  17. # FirebaseMessaging integration tests GoogleService-Info.plist
  18. FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist
  19. # FirebaseMessaging test app GoogleService-Info.plist
  20. FirebaseMessaging/Apps/Shared/GoogleService-Info.plist
  21. FirebaseMessaging/Apps/AdvancedSample/SampleWatchWatchKitExtension/GoogleService-Info.plist
  22. FirebaseMessaging/Apps/AdvancedSample/AppClips/GoogleService-Info.plist
  23. FirebaseMessaging/Apps/SampleStandaloneWatchApp/SampleStandaloneWatchAppWatchApp/GoogleService-Info.plist
  24. # Credentials for Firebase Storage Integration Tests
  25. FirebaseStorage/Tests/ObjCIntegration/Credentials.h
  26. FirebaseStorage/Tests/Integration/Credentials.swift
  27. # FirebaseMLModelDownloader integration tests GoogleService-Info.plist
  28. FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist
  29. FirebaseMLModelDownloader/Apps/Sample/**/GoogleService-Info.plist
  30. # FirebasePerformance dev test App and integration tests GoogleService-Info.plist
  31. FirebasePerformance/**/GoogleService-Info.plist
  32. Secrets.tar
  33. # OS X
  34. .DS_Store
  35. # Xcode
  36. build/
  37. *.pbxuser
  38. !default.pbxuser
  39. *.mode1v3
  40. !default.mode1v3
  41. *.mode2v3
  42. !default.mode2v3
  43. *.perspectivev3
  44. !default.perspectivev3
  45. xcuserdata/
  46. *.xccheckout
  47. profile
  48. *.moved-aside
  49. DerivedData
  50. *.hmap
  51. *.ipa
  52. # Swift Package Manager
  53. Package.resolved
  54. **/.build
  55. ReleaseTooling/.swiftpm
  56. ReleaseTooling/Packages
  57. ReleaseTooling/*.xcodeproj
  58. ReleaseTooling/Package.resolved
  59. scripts/code_coverage_report/*/Package.resolved
  60. scripts/code_coverage_report/*/.build
  61. # Bad sorts get generated if the package .xcscheme is not regenerated.
  62. # Anything committed to xcshareddata gets propagated to clients. (#8167)
  63. .swiftpm/xcode/xcshareddata/
  64. # Mint package manager
  65. Mint
  66. # IntelliJ
  67. .idea
  68. # Vim
  69. *.swo
  70. *.swp
  71. *~
  72. # Bundler
  73. /.bundle
  74. /vendor
  75. Carthage
  76. # Cocoapods recommends against adding the Pods directory to your .gitignore. See
  77. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  78. # Since Firebase is building libraries, not apps, we should not check in Pods.
  79. # Pods are only used in the Examples and tests and doing a 'pod install' better
  80. # matches our customers' environments.
  81. #
  82. # Note: if you ignore the Pods directory, make sure to uncomment
  83. # `pod install` in .travis.yml
  84. #
  85. Pods/
  86. Podfile.lock
  87. *.xcworkspace
  88. # CMake
  89. .downloads
  90. Debug
  91. Release
  92. Ninja
  93. # CLion
  94. /cmake-build-debug
  95. /cmake-build-release
  96. # Python
  97. *.pyc
  98. # Visual Studio
  99. /.vs
  100. # Visual Studio Code
  101. /.vscode
  102. # clangd support file
  103. compile_commands.json
  104. # CocoaPods generate
  105. gen/
  106. # b/111916494
  107. default.profraw
  108. # Firestore emulator
  109. cloud-firestore-emulator.log
  110. cloud-firestore-emulator.pid
  111. # Let Gemfiles in CocoaPodsIntegrationTest float to catch issues asap
  112. CocoaPodsIntegrationTest/**/Gemfile.lock
  113. CocoaPodsIntegrationTest/Gemfile
  114. CocoaPodsIntegrationTest/Podfile
  115. # In-app messaging integration tests
  116. FirebaseInAppMessaging/Tests/Integration/FunctionalTestApp/GoogleService-Info.plist
  117. FirebaseInAppMessaging/Tests/Integration/FunctionalTestApp/App/InAppMessaging-Example-iOS/AppDelegate.m
  118. # FIRAppCheckTestApp
  119. FirebaseAppCheck/Apps/FIRAppCheckTestApp/FIRAppCheckTestApp/GoogleService-Info.plist
  120. FirebaseAppCheck/Apps/AppCheckCustomProvideApp/AppCheckCustomProvideApp/GoogleService-Info.plist
  121. # FirestoreSample
  122. /Example/FirestoreSample/FirestoreSample/GoogleService-Info.plist
  123. /Example/FirestoreSample/ui-debug.log
  124. /Example/FirestoreSample/firestore-debug.log
  125. /Example/FirestoreSample/firebase-debug.log