Skip to content

Commit

Permalink
Create firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sumukshashidhar authored Aug 25, 2020
1 parent 489fcae commit d0552b6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**backend/*",
"backend/*",
"backend/",
"**/backend/**",
"**/.*",
"**/node_modules/**",
"**/angular/node_modules/**"
]
}
}

0 comments on commit d0552b6

Please sign in to comment.