.gitignore 1002 B

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