Browse Source

misc: update .gitignore

master
Saúl Ibarra Corretgé 6 years ago
parent
commit
7978f9f5f4
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .gitignore

+ 6
- 0
.gitignore View File

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

Loading…
Cancel
Save