Files
yude-moe/firebase.json
2020-09-07 06:56:47 +09:00

12 lines
155 B
JSON

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