Skip to content

Commit

Permalink
Add injection folder to ignore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wolffan committed May 13, 2016
1 parent 9779d87 commit 548e76c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Objective-C.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 548e76c

Please sign in to comment.