12345678910111213141516171819202122232425262728 |
- # file
- #########################################################################
- # #
- # Title - .gitignore file #
- # For - iOS - Xcode7 #
- # Updated on - 01/Dicember/2016 #
- # #
- #########################################################################
- ############ Various settings
- xcuserdata/
- ############ CRYPTO CLOUD #################
- Crypto Cloud.xcodeproj
- iOSClient/CryptoCloud.xcassets
- iOSClient/Crypto Cloud.entitlements
- iOSClient/LaunchScreen.xib
- iOSClient/Networking/DB*.*
- iOSClient/InfoPlist/InfoCryptoCloud.plist
- Share Ext/Share Ext.entitlements
- ########### OSX ###########
- # OS X temporary files that should never be committed
- .DS_Store
- .AppleDouble
- .LSOverride
|