Added firebase configs.

This commit is contained in:
Greenscreener 2019-07-16 13:58:02 +02:00
parent bee019115e
commit 61a06697f0
3 changed files with 16 additions and 0 deletions

5
.firebaserc Normal file
View File

@ -0,0 +1,5 @@
{
"projects": {
"default": "patek-project"
}
}

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
public
resources
.firebase/

10
firebase.json Normal file
View File

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