.gitignore 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. AuthSamples/Sample/Sample.entitlements
  2. AuthSamples/Sample/GoogleService-Info_multi.plist
  3. AuthSamples/Sample/AuthCredentials.h
  4. AuthSamples/Sample/GoogleService-Info.plist
  5. AuthSamples/Sample/Application.plist
  6. AuthSamples/SwiftSample/GoogleService-Info.plist
  7. AuthSamples/SwiftSample/Info.plist
  8. AuthSamples/SwiftSample/AuthCredentials.swift
  9. AuthSamples/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. # Vim
  32. *.swo
  33. *.swp
  34. # Bundler
  35. .bundle
  36. Carthage
  37. # Cocoapods recommends against adding the Pods directory to your .gitignore. See
  38. # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
  39. # Since Firebase is building libraries, not apps, we should not check in Pods.
  40. # Pods are only used in the Examples and tests and doing a 'pod install' better
  41. # matches our customers' environments.
  42. #
  43. # Note: if you ignore the Pods directory, make sure to uncomment
  44. # `pod install` in .travis.yml
  45. #
  46. Pods/
  47. Podfile.lock
  48. *.xcworkspace