Files
Imposter-Game/firebase.json
2025-05-12 17:03:37 -04:00

11 lines
134 B
JSON

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