.gitignore 1.8 KB

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