blowfish/firebase.json

11 lines
154 B
JSON
Raw Normal View History

2022-12-30 09:13:50 -06:00
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}