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