Add 'firebase.json'

This commit is contained in:
honeymoose 2022-09-23 15:21:13 -04:00
parent 9d12712b5e
commit 462fda3b0f
1 changed files with 12 additions and 0 deletions

12
firebase.json Normal file
View File

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