.gitignore 3.2 KB

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