.gitignore 2.0 KB

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