working on initing a repo, more work on 'add' command
This commit is contained in:
7
client/.gvc/.gvcconfig.toml
Normal file
7
client/.gvc/.gvcconfig.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
version = "0.1.5"
|
||||
rootPath = ""
|
||||
|
||||
[ignore]
|
||||
|
||||
[nocompress]
|
||||
|
||||
25
client/.gvc/.gvcconfig.toml.old
Normal file
25
client/.gvc/.gvcconfig.toml.old
Normal file
@@ -0,0 +1,25 @@
|
||||
rootPath = "client"
|
||||
version = "0.1.5"
|
||||
|
||||
[ignore]
|
||||
files = [ "file1.txt", "file2.txt" ]
|
||||
exts = [ ".jpg", ".png" ]
|
||||
folders = []
|
||||
|
||||
|
||||
[nocompress]
|
||||
files = [ "fileA.log", "fileB.txt" ]
|
||||
exts = [ ".exe", ".jpg" ]
|
||||
folders = ["binaries"]
|
||||
|
||||
[[remote]]
|
||||
name = "origin"
|
||||
host = "testorigin.com"
|
||||
port = 8694
|
||||
|
||||
[[remote]]
|
||||
name = "secondOrigin"
|
||||
host = "170.5.95.195"
|
||||
port = 4253
|
||||
|
||||
|
||||
23
client/.gvc/.gvcconfigNew.toml
Normal file
23
client/.gvc/.gvcconfigNew.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
version = "0.1.5"
|
||||
rootPath = "client"
|
||||
|
||||
[[remote]]
|
||||
name = "origin"
|
||||
host = "testorigin.com"
|
||||
port = 8694
|
||||
|
||||
[[remote]]
|
||||
name = "secondOrigin"
|
||||
host = "170.5.95.195"
|
||||
port = 4253
|
||||
|
||||
[ignore]
|
||||
files = ["file1.txt", "file2.txt"]
|
||||
exts = [".jpg", ".png"]
|
||||
folders = []
|
||||
|
||||
[nocompress]
|
||||
files = ["fileA.log", "fileB.txt"]
|
||||
exts = [".exe", ".jpg"]
|
||||
folders = ["binaries"]
|
||||
|
||||
Reference in New Issue
Block a user