浏览代码

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
pull/1979/head
Raimon Lapuente 8 年前
父节点
当前提交
548e76c75c
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      Objective-C.gitignore

+ 7
- 0
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/

正在加载...
取消
保存