aboutsummaryrefslogtreecommitdiff
path: root/firebase.json
blob: 06f817226e1c82b19c04ff465d55ab727124b5e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "hosting": {
    "public": "public",
    "cleanUrls": false,
    "ignore": [
      "firebase.json",
      "tmp/",
      "**/.*",
      "**/node_modules/**"
    ]
  }
}