Files
reactfire/examples/todoApp/firebase.json

11 lines
129 B
JSON

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