浏览代码

fix(build) add .bundle to ignore files

j25
Saúl Ibarra Corretgé 7 个月前
父节点
当前提交
b1ad82cef9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      .gitignore

+ 1
- 0
.gitignore 查看文件

@@ -62,6 +62,7 @@ buck-out/
62 62
 
63 63
 # fastlane
64 64
 #
65
+.bundle/
65 66
 **/fastlane/report.xml
66 67
 **/fastlane/Preview.html
67 68
 **/fastlane/test_output

正在加载...
取消
保存