.gitignore 2.9 KB

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