wirm/Web/firebase.json

11 lines
134 B
JSON
Raw Normal View History

2025-02-02 04:43:58 +08:00
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}