Compare commits

..

No commits in common. "ea18d39c44fb4a11f6ea86ad57973f7d2939460b" and "55822ad870d6395367b2d7a00c2341835e23df97" have entirely different histories.

3 changed files with 0 additions and 24 deletions

View File

@ -1,5 +0,0 @@
{
"projects": {
"default": "studio-landpage"
}
}

View File

@ -32,9 +32,6 @@ migrate_working_dir/
.pub/ .pub/
/build/ /build/
# Firebase
.firebase/
# Symbolication related # Symbolication related
app.*.symbols app.*.symbols

View File

@ -1,16 +0,0 @@
{
"hosting": {
"public": "build/web",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}