.gitignore 3.3 KB

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