mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
adding firebase.json
This commit is contained in:
parent
748ed2e9e0
commit
2a99f322f2
1 changed files with 11 additions and 0 deletions
11
firebase.json
Normal file
11
firebase.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"hosting": {
|
||||||
|
"public": "public",
|
||||||
|
"ignore": [
|
||||||
|
"firebase.json",
|
||||||
|
"**/.*",
|
||||||
|
"**/node_modules/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue