mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Przywrócono firebase.json
This commit is contained in:
@@ -29,8 +29,6 @@ node_modules
|
|||||||
#Firebase
|
#Firebase
|
||||||
.firebase
|
.firebase
|
||||||
.firebaserc
|
.firebaserc
|
||||||
firebase.json
|
|
||||||
|
|
||||||
|
|
||||||
.env
|
.env
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"hosting": {
|
||||||
|
"public": "dist",
|
||||||
|
"ignore": [
|
||||||
|
"firebase.json",
|
||||||
|
"**/.*",
|
||||||
|
"**/node_modules/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user