Setup Firebase

This commit is contained in:
yude 2020-09-05 08:13:57 +09:00
parent fae263732a
commit 2804e54ffc
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
3 changed files with 18 additions and 0 deletions

5
.firebaserc Normal file
View File

@ -0,0 +1,5 @@
{
"projects": {
"default": "yude-moe"
}
}

2
.gitignore vendored
View File

@ -1 +1,3 @@
.vercel
firebase-debug.log
.firebase/hosting..cache

11
firebase.json Normal file
View File

@ -0,0 +1,11 @@
{
"hosting": {
"public": ".",
"site": "yudemoe",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}