Add 'firebase.json'
This commit is contained in:
parent
9d12712b5e
commit
462fda3b0f
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"database": {
|
||||||
|
"rules": "database.rules.json"
|
||||||
|
},
|
||||||
|
"hosting": {
|
||||||
|
"public": "./",
|
||||||
|
"ignore": [
|
||||||
|
"firebase.json",
|
||||||
|
"**/.*",
|
||||||
|
"**/node_modules/**"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue