1234567891011121314151617181920212223242526272829303132333435363738 |
- # file
- #########################################################################
- # #
- # Title - .gitignore file #
- # For - iOS - Xcode8 #
- # Updated on - 06/March/2017 #
- # #
- #########################################################################
- ############ Various settings ############
- *.xcodeproj
- !Nextcloud.xcodeproj
- xcuserdata/
- README.md
- Documentation/
- Custom/
- GoogleService-Info.plist
- DevicePushKey-Info.plist
- iOSClient/Brand/Device*
- ########### OSX ###########
- # OS X temporary files that should never be committed
- .DS_Store
- .AppleDouble
- .LSOverride
- Pods/
- # Xcode
- xcuserdata/
- project.xcworkspace/
- DerivedData/
- xcshareddata/
- xcuserdata
- *.xcuserstate
- *.xcbkptlist
- xcdebugger/
|