opensearch-docs-cn/firebase.json

14 lines
189 B
JSON
Raw Permalink Normal View History

2021-10-29 14:19:15 -04:00
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "_site",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}