This commit is contained in:
Bel LaPointe
2021-03-28 03:58:43 -05:00
parent 211994c17b
commit 54d23d5eb1
10 changed files with 213 additions and 20 deletions

10
firebase.json Normal file
View File

@@ -0,0 +1,10 @@
{
"hosting": {
"public": "deploy/public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}