diff --git a/.firebaserc b/.firebaserc new file mode 100644 index 0000000..ba0b458 --- /dev/null +++ b/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "patek-project" + } +} diff --git a/.gitignore b/.gitignore index 5286546..72ccd1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public resources +.firebase/ diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..e782939 --- /dev/null +++ b/firebase.json @@ -0,0 +1,10 @@ +{ + "hosting": { + "public": "public", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ] + } +}