Files
joblist/firebase.json
2022-07-05 12:24:54 +03:00

11 lines
133 B
JSON

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