added .vscode to gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ main
|
|||||||
server/docker/__pycache__
|
server/docker/__pycache__
|
||||||
p2p-rendering-computation
|
p2p-rendering-computation
|
||||||
config.json
|
config.json
|
||||||
|
.vscode/
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
inventory = hosts
|
inventory = hosts
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s
|
ssh_args = -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s
|
||||||
|
|||||||
Reference in New Issue
Block a user