.gitignore 3.1 KB

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