Files
reaction/firebase.json
T
2023-05-16 18:14:46 -07:00

11 lines
134 B
JSON

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