Files
secure-key-gen-react/firebase.json
Janis Meister fb5eae612c localstorage
2023-03-10 12:58:10 +01:00

11 lines
132 B
JSON

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