浏览代码

misc: update .gitignore

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

+ 6
- 0
.gitignore 查看文件

@@ -73,6 +73,7 @@ buck-out/
73 73
 # Build artifacts
74 74
 *.jsbundle
75 75
 *.framework
76
+android/app/release
76 77
 
77 78
 # precommit-hook
78 79
 .jshintignore
@@ -81,3 +82,8 @@ buck-out/
81 82
 # VSCode files
82 83
 android/.project
83 84
 android/.settings/org.eclipse.buildship.core.prefs
85
+
86
+# Secrets
87
+android/app/dropbox.key
88
+android/app/google-services.json
89
+

正在加载...
取消
保存