Welcome to mirror list, hosted at ThFree Co, Russian Federation.

firebase.json « exampleSite - github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e782939234c1352f011da86be23f3fdd6e743347 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "hosting": {
    "public": "public",
    "ignore": [
      "firebase.json",
      "**/.*",
      "**/node_modules/**"
    ]
  }
}