Skip to content

Commit 6f3d427

Browse files
committed
Merge branch 'master' into prod
2 parents 479f75c + 0829a06 commit 6f3d427

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

firebase.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"hosting": {
3+
"public": "example/build/web",
4+
"ignore": [
5+
"firebase.json",
6+
"**/.*",
7+
"**/node_modules/**"
8+
]
9+
}
10+
}

0 commit comments

Comments
 (0)