瀏覽代碼

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
+

Loading…
取消
儲存