Files
tiennm99.github.io/firebase.json
T
2024-04-28 00:28:42 +07:00

11 lines
134 B
JSON

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