Merge pull request #10 from jeffbcross/firebase

chore(firebase): add firebase hosting config
This commit is contained in:
David East 2015-02-26 07:16:09 -08:00
commit b0ec2391ae
1 changed files with 9 additions and 0 deletions

9
firebase.json Normal file
View File

@ -0,0 +1,9 @@
{
"firebase": "angular-io",
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}