From 6fc2de2c6ed59dd9f3e9e3a4f441016a39e4bc59 Mon Sep 17 00:00:00 2001 From: Benjamin Jacob Reji Date: Sun, 23 May 2021 04:54:06 +0400 Subject: [PATCH] added .vscode to gitignore --- .gitignore | 1 + sample-run/tensorflow/ansible.cfg | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0df29a4..bb15a08 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ main server/docker/__pycache__ p2p-rendering-computation config.json +.vscode/ \ No newline at end of file diff --git a/sample-run/tensorflow/ansible.cfg b/sample-run/tensorflow/ansible.cfg index 9c55501..4ac23a5 100644 --- a/sample-run/tensorflow/ansible.cfg +++ b/sample-run/tensorflow/ansible.cfg @@ -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