.gitignore 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. *~
  37. # Bundler
  38. /.bundle
  39. /vendor
  40. Carthage
  41. # Cocoapods recommends against adding the Pods directory to your .gitignore. See
  42. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  43. # Since Firebase is building libraries, not apps, we should not check in Pods.
  44. # Pods are only used in the Examples and tests and doing a 'pod install' better
  45. # matches our customers' environments.
  46. #
  47. # Note: if you ignore the Pods directory, make sure to uncomment
  48. # `pod install` in .travis.yml
  49. #
  50. Pods/
  51. Podfile.lock
  52. *.xcworkspace
  53. # Firestore's build configuration, as generated by CocoaPods
  54. Firestore/core/src/firebase/firestore/util/config.h
  55. # CMake
  56. .downloads
  57. Debug
  58. Release
  59. Ninja
  60. # CLion
  61. /cmake-build-debug
  62. /cmake-build-release
  63. # Visual Studio
  64. /.vs