0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00
yude.jp/firebase.json

12 lines
155 B
JSON
Raw Normal View History

2021-02-05 16:22:07 +09:00
{
"hosting": {
"public": "docs",
"site": "yudemoe",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}