Add firebase.json.

This commit is contained in:
codevictory
2021-10-20 19:55:35 +03:00
parent a96702cd59
commit d4879d05e7

6
firebase.json Normal file
View File

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