Files
lintujamaslo/firebase.json
2021-10-20 19:55:35 +03:00

7 lines
109 B
JSON

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