1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- # 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
|