.gitignore 2.5 KB

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