blowfish/firebase.json
2022-12-30 15:13:50 +00:00

11 lines
No EOL
154 B
JSON

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