mirror of
https://github.com/encounter/flutter.git
synced 2026-03-30 11:10:35 -07:00
12 lines
165 B
JSON
12 lines
165 B
JSON
|
|
{
|
||
|
|
"rules": "firebase_rules.json",
|
||
|
|
"hosting": {
|
||
|
|
"public": "doc",
|
||
|
|
"ignore": [
|
||
|
|
"firebase.json",
|
||
|
|
"**/.*",
|
||
|
|
"**/node_modules/**"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|