From 548e76c75c8c06e8f2a95586821bc24d9697668c Mon Sep 17 00:00:00 2001 From: Raimon Lapuente Date: Fri, 13 May 2016 17:15:22 +0200 Subject: [PATCH] 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 --- Objective-C.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) 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/