yude-moe/firebase.json

12 lines
155 B
JSON

{
"hosting": {
"public": "docs",
"site": "yudemoe",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}