Files
pojazdownik/firebase.json
T
2022-07-31 23:56:40 +02:00

11 lines
132 B
JSON

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