From f269918a08714f23ad546bcac68892f675b40375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20G=C3=BCnd=C3=BCz?= Date: Thu, 22 Oct 2020 07:44:09 +0200 Subject: [PATCH] Remove Accio after official deprecation [Accio](https://github.com/JamitLabs/Accio) was oficially deprecated in favor of SwiftPM integration within Xcode. I don't think any new project will be opting for it, so it might also be a good idea to clean this up and remove the Accio related entries from the `.gitignore`. --- Swift.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674..bb83bcfc 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -66,10 +66,6 @@ playground.xcworkspace Carthage/Build/ -# Accio dependency management -Dependencies/ -.accio/ - # fastlane # # It is recommended to not store the screenshots in the git repo.