Merge pull request #10 from jeffbcross/firebase
chore(firebase): add firebase hosting config
This commit is contained in:
commit
b0ec2391ae
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"firebase": "angular-io",
|
||||
"public": "public",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue