]> source.dussan.org Git - gitignore.git/commitdiff
Add injection folder to ignore 1979/head
authorRaimon Lapuente <r.lapuente@gmail.com>
Fri, 13 May 2016 15:15:22 +0000 (17:15 +0200)
committerRaimon Lapuente <r.lapuente@gmail.com>
Fri, 13 May 2016 15:15:22 +0000 (17:15 +0200)
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

index 10c582bf83e8fb6836fa1392468c2fb7655d1f1e..86f21d8e0ff7635d06025bddcae1cee3d7cd378f 100644 (file)
@@ -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/