From: Raimon Lapuente Date: Fri, 13 May 2016 15:15:22 +0000 (+0200) Subject: Add injection folder to ignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1979%2Fhead;p=gitignore.git Add injection folder to ignore After trying this tool for code injeciton: https://github.com/johnno1962/injectionforxcode we added it to our workflow. Only bad side is that there's a folder included in the project that would be worth ignoring. We had it in our .gitignore file. Just pushing the change --- diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 10c582bf..86f21d8e 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -51,3 +51,10 @@ Carthage/Build fastlane/report.xml fastlane/screenshots + +#Code Injection +# +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/