.gitignore 952 B

12345678910111213141516171819202122232425262728
  1. # file
  2. #########################################################################
  3. # #
  4. # Title - .gitignore file #
  5. # For - iOS - Xcode7 #
  6. # Updated on - 01/Dicember/2016 #
  7. # #
  8. #########################################################################
  9. ############ Various settings
  10. xcuserdata/
  11. ############ CRYPTO CLOUD #################
  12. Crypto Cloud.xcodeproj
  13. iOSClient/CryptoCloud.xcassets
  14. iOSClient/Crypto Cloud.entitlements
  15. iOSClient/LaunchScreen.xib
  16. iOSClient/Networking/DB*.*
  17. iOSClient/InfoPlist/InfoCryptoCloud.plist
  18. Share Ext/Share Ext.entitlements
  19. ########### OSX ###########
  20. # OS X temporary files that should never be committed
  21. .DS_Store
  22. .AppleDouble
  23. .LSOverride