{
  "hosting": {
    "public": "uploadDocs",
    "ignore": [
      "/index.html",
      "/index-debug.html",
      "/index-jquery.html"
    ],
    "rewrites": [
      {
        "source": "/",
        "destination": "/index-production.html"
      },
      {
        "source": "/index.html",
        "destination": "/index-production.html"
      },
      {
        "source": "**/*!(.jpg|.jpeg|.gif|.png|.html|.js|.map|.json|.css|.svg|.ttf|.woff|.woff2|.eot)",
        "destination": "/index-production.html"
      }
    ]
  }
}