uaestats_fe/firebase.json
2025-02-19 18:28:24 +05:30

11 lines
129 B
JSON

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