12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- # file
- #########################################################################
- # #
- # Title - .gitignore file #
- # For - iOS - Xcode #
- # #
- #########################################################################
- ## Nextcloud
- *.xcodeproj
- !Nextcloud.xcodeproj
- Documentation/
- Custom/
- GoogleService-Info.plist
- DevicePushKey-Info.plist
- iOSClient/Brand/Device*
- ## Xcode
- .DS_Store
- */build
|