123456789101112131415161718192021222324252627282930 |
- # file
- #########################################################################
- # #
- # Title - .gitignore file #
- # For - iOS - Xcode #
- # #
- #########################################################################
- ## Nextcloud
- .DS_Store
- .github
- *.xcodeproj
- !Nextcloud.xcodeproj
- README.md
- Documentation/
- Custom/
- GoogleService-Info.plist
- DevicePushKey-Info.plist
- iOSClient/Brand/Device*
- ## Xcode private settings
- DerivedData/
- build/
- xcuserdata/
- UserInterfaceState.xcuserstate
- ## Carthage
- Carthage/
- Cartfile.resolved
|