Files
polymer-summit-whose-flag-p…/firebase.json
julien Lengrand-Lambert d23e257c7e Update firebase configuration
Remove bower json file replaced by package.json
2017-08-28 14:38:42 +02:00

11 lines
145 B
JSON

{
"hosting": {
"public": "build/default",
"ignore": [
"firebase.json",
"**/.*",
"**/bower_components/**"
]
}
}