mirror of
https://github.com/flutter/flutter
synced 2024-11-05 18:37:51 +00:00
1ac08b2632
* configs for firebase hosting * use the implicit FIREBASE_TOKEN * don't print every command (lowers the chance of printing secret env vars, and for realz only deploy when merging into master
11 lines
165 B
JSON
11 lines
165 B
JSON
{
|
|
"rules": "firebase_rules.json",
|
|
"hosting": {
|
|
"public": "doc",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
]
|
|
}
|
|
}
|