浏览代码

misc: ignore build artifacts

j8
Saúl Ibarra Corretgé 6 年前
父节点
当前提交
1c47720a08
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      .gitignore

+ 2
- 1
.gitignore 查看文件

@@ -70,8 +70,9 @@ buck-out/
70 70
 */fastlane/Preview.html
71 71
 */fastlane/screenshots
72 72
 
73
-# Bundle artifact
73
+# Build artifacts
74 74
 *.jsbundle
75
+*.framework
75 76
 
76 77
 # precommit-hook
77 78
 .jshintignore

正在加载...
取消
保存