.gitignore 935 B

1234567891011121314151617181920212223242526272829
  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. README.md
  12. Documentation/
  13. ############ CRYPTO CLOUD #################
  14. iOSClient/CryptoCloud.xcassets
  15. iOSClient/Crypto Cloud.entitlements
  16. iOSClient/LaunchScreen.xib
  17. iOSClient/Networking/DB*.*
  18. iOSClient/InfoPlist/InfoCryptoCloud.plist
  19. ########### OSX ###########
  20. # OS X temporary files that should never be committed
  21. .DS_Store
  22. .AppleDouble
  23. .LSOverride