3e25e3b9ca
firebase init hosting wired to project block-seasons, public dir = deploy. Generated season payload (deploy/content/) and CLI cache (.firebase/) are gitignored — content/ is the source of truth, regenerated by the deploy script in docs/firebase-hosting-guide.md. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
11 lines
134 B
JSON
11 lines
134 B
JSON
{
|
|
"hosting": {
|
|
"public": "deploy",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
]
|
|
}
|
|
}
|