restructured file management part 2

This commit is contained in:
art
2019-10-29 10:50:10 -05:00
parent 590e8424e7
commit 6902521d6b
193 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}