pratikpattanshetty / firebase.json
Antaram's picture
Upload 50 files
c4ccb99 verified
raw
history blame contribute delete
142 Bytes
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}