diff --git a/firebase.json b/firebase.json new file mode 100644 index 00000000..c1181733 --- /dev/null +++ b/firebase.json @@ -0,0 +1,11 @@ +{ + "hosting": { + "public": "public", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ] + } + } + \ No newline at end of file