pulumi-hugo-cn/firebase.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
189 B
JSON
Raw Permalink Normal View History

2021-05-14 13:06:40 -04:00
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
2021-05-14 13:22:25 -04:00
"public": "public",
2021-05-14 13:06:40 -04:00
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}