Explorar el Código

misc: update .gitignore

master
Saúl Ibarra Corretgé hace 6 años
padre
commit
7978f9f5f4
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      .gitignore

+ 6
- 0
.gitignore Ver fichero

@@ -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…
Cancelar
Guardar