misc: update .gitignore
This commit is contained in:
parent
d39290f9fa
commit
7978f9f5f4
|
@ -73,6 +73,7 @@ buck-out/
|
||||||
# Build artifacts
|
# Build artifacts
|
||||||
*.jsbundle
|
*.jsbundle
|
||||||
*.framework
|
*.framework
|
||||||
|
android/app/release
|
||||||
|
|
||||||
# precommit-hook
|
# precommit-hook
|
||||||
.jshintignore
|
.jshintignore
|
||||||
|
@ -81,3 +82,8 @@ buck-out/
|
||||||
# VSCode files
|
# VSCode files
|
||||||
android/.project
|
android/.project
|
||||||
android/.settings/org.eclipse.buildship.core.prefs
|
android/.settings/org.eclipse.buildship.core.prefs
|
||||||
|
|
||||||
|
# Secrets
|
||||||
|
android/app/dropbox.key
|
||||||
|
android/app/google-services.json
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue