This commit is contained in:
2022-10-03 01:24:21 -04:00
+13
View File
@@ -0,0 +1,13 @@
{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "./",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}