소스 검색

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…
취소
저장