Skip to content

Commit 548e76c

Browse files
committed
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
1 parent 9779d87 commit 548e76c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Objective-C.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,10 @@ Carthage/Build
5151

5252
fastlane/report.xml
5353
fastlane/screenshots
54+
55+
#Code Injection
56+
#
57+
# After new code Injection tools there's a generated folder /iOSInjectionProject
58+
# https://github.com/johnno1962/injectionforxcode
59+
60+
iOSInjectionProject/

0 commit comments

Comments
 (0)