Sign in
dart
/
external
/
github.com
/
flutter
/
gallery
/
9c62bc58bf74ec246c717bc91876372d4796d89d
/
.
/
firebase.json
blob: 814a6a8f2bc14eeb96b11ae1242ebb1f3ad8296d [
file
] [
log
] [
blame
]
{
"hosting"
:
[
{
"target"
:
"staging"
,
"public"
:
"build/web"
,
"ignore"
:
[
"firebase.json"
,
"**/.*"
,
"**/node_modules/**"
]
},
{
"target"
:
"prod"
,
"public"
:
"build/web"
,
"ignore"
:
[
"firebase.json"
,
"**/.*"
,
"**/node_modules/**"
]
}
]
}