| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- Example/Auth/Sample/Application.plist
- Example/Auth/Sample/AuthCredentials.h
- Example/Auth/Sample/GoogleService-Info_multi.plist
- Example/Auth/Sample/GoogleService-Info.plist
- Example/Auth/Sample/Sample.entitlements
- Example/Auth/ApiTests/AuthCredentials.h
- Example/Database/App/GoogleService-Info.plist
- # FirebaseStorage integration tests GoogleService-Info.plist
- FirebaseStorage/Tests/Integration/Resources/GoogleService-Info.plist
- # FirebaseInstallations integration tests GoogleService-Info.plist
- FirebaseInstallations/Source/Tests/Resources/GoogleService-Info.plist
- # FirebaseInstanceID integration tests GoogleService-Info.plist
- Example/InstanceID/Resources/GoogleService-Info.plist
- Secrets.tar
- # OS X
- .DS_Store
- # Xcode
- build/
- *.pbxuser
- !default.pbxuser
- *.mode1v3
- !default.mode1v3
- *.mode2v3
- !default.mode2v3
- *.perspectivev3
- !default.perspectivev3
- xcuserdata/
- *.xccheckout
- profile
- *.moved-aside
- DerivedData
- *.hmap
- *.ipa
- # Swift Package Manager
- */.build
- ZipBuilder/Packages
- ZipBuilder/*.xcodeproj
- ZipBuilder/Package.resolved
- # IntelliJ
- .idea
- # Vim
- *.swo
- *.swp
- *~
- # Bundler
- /.bundle
- /vendor
- Carthage
- # Cocoapods recommends against adding the Pods directory to your .gitignore. See
- # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
- # Since Firebase is building libraries, not apps, we should not check in Pods.
- # Pods are only used in the Examples and tests and doing a 'pod install' better
- # matches our customers' environments.
- #
- # Note: if you ignore the Pods directory, make sure to uncomment
- # `pod install` in .travis.yml
- #
- Pods/
- Podfile.lock
- *.xcworkspace
- # Firestore's build configuration, as generated by CocoaPods
- Firestore/core/src/firebase/firestore/util/config.h
- # CMake
- .downloads
- Debug
- Release
- Ninja
- # CLion
- /cmake-build-debug
- /cmake-build-release
- # Python
- *.pyc
- # Visual Studio
- /.vs
- # Visual Studio Code
- /.vscode
- # clangd support file
- compile_commands.json
- # CocoaPods generate
- gen/
- # b/111916494
- default.profraw
- # Firestore emulator
- cloud-firestore-emulator.log
- cloud-firestore-emulator.pid
- # Let Gemfiles in CocoaPodsIntegrationTest float to catch issues asap
- CocoaPodsIntegrationTest/**/Gemfile.lock
- CocoaPodsIntegrationTest/Gemfile
- CocoaPodsIntegrationTest/Podfile
|