Skip to content

Instantly share code, notes, and snippets.

@mugan86
Created November 10, 2019 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mugan86/0ef7c5cf24808e430f4d5580c8da5f2d to your computer and use it in GitHub Desktop.
Save mugan86/0ef7c5cf24808e430f4d5580c8da5f2d to your computer and use it in GitHub Desktop.
Firebase Configuration
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment