pelican-website-ge/firebase.json
2021-09-17 10:02:18 +03:00

11 lines
134 B
JSON

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