summaryrefslogtreecommitdiff
path: root/firebase.json
blob: d31aacb6237205873f31fbdff93fdd88a1d9672b (plain)
1
2
3
4
5
6
7
8
9
10
{
  "hosting": {
      "public": "dist",
      "ignore": [
          "firebase.json",
          "**/.*",
          "**/node_modules/**"
      ]
  }
}