.gitignore 2.8 KB

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