fix: add config.json and store to gitignore
This commit is contained in:
parent
71d635fcb1
commit
7a1433b830
|
@ -1,3 +1,4 @@
|
|||
node_modules
|
||||
dist
|
||||
store
|
||||
config.json
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"clients": [
|
||||
{
|
||||
"name": "user",
|
||||
"keySha256Sum": "0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"quota": 512
|
||||
}
|
||||
],
|
||||
"storePath": "store"
|
||||
}
|
10
config.json
10
config.json
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"clients": [
|
||||
{
|
||||
"name": "izz",
|
||||
"keySha256Sum": "eeb36e726e3ffec16da7798415bb4e531bf8a57fbe276fcc3fc6ea986cb02e9a",
|
||||
"quota": 512
|
||||
}
|
||||
],
|
||||
"storePath": "store"
|
||||
}
|
Loading…
Reference in New Issue