.gitignore 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. Example/Auth/Sample/Sample.entitlements
  2. Example/Auth/Sample/GoogleService-Info_multi.plist
  3. Example/Auth/Sample/AuthCredentials.h
  4. Example/Auth/Sample/GoogleService-Info.plist
  5. Example/Auth/Sample/Application.plist
  6. Example/Auth/SwiftSample/GoogleService-Info.plist
  7. Example/Auth/SwiftSample/Info.plist
  8. Example/Auth/SwiftSample/AuthCredentials.swift
  9. Example/Auth/ApiTests/AuthCredentials.h
  10. Example/Database/App/GoogleService-Info.plist
  11. Example/Storage/App/GoogleService-Info.plist
  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. # IntelliJ
  32. .idea
  33. # Vim
  34. *.swo
  35. *.swp
  36. # Bundler
  37. .bundle
  38. Carthage
  39. # Cocoapods recommends against adding the Pods directory to your .gitignore. See
  40. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  41. # Since Firebase is building libraries, not apps, we should not check in Pods.
  42. # Pods are only used in the Examples and tests and doing a 'pod install' better
  43. # matches our customers' environments.
  44. #
  45. # Note: if you ignore the Pods directory, make sure to uncomment
  46. # `pod install` in .travis.yml
  47. #
  48. Pods/
  49. Podfile.lock
  50. *.xcworkspace
  51. # Firestore's build configuration, as generated by CocoaPods
  52. Firestore/core/src/firebase/firestore/util/config.h
  53. # CMake
  54. .downloads
  55. Debug
  56. Release