hugo-theme-re-terminal/firebase.json

11 lines
134 B
JSON
Raw Normal View History

2024-07-30 08:34:53 +00:00
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}