llminators / webapp /firebase.json
hugging2021's picture
Upload folder using huggingface_hub
6e97887 verified
raw
history blame contribute delete
137 Bytes
{
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}