github workflows

This commit is contained in:
2022-08-18 23:58:38 +02:00
parent 5edcfd2c0c
commit bbe81c9560
4 changed files with 52 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}