pelican-website-ge/firebase.json

11 lines
134 B
JSON
Raw Normal View History

2021-09-17 09:02:18 +02:00
{
"hosting": {
"public": "output",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}