From c60d453a22e588efc1ab869ce9a920ed959b818c Mon Sep 17 00:00:00 2001 From: Jan Malkiewicz Date: Thu, 23 Jul 2020 14:54:17 +0200 Subject: Add sftp strict host key checking to DFC. Update config for newer SDK. Issue-ID: DCAEGEN2-2219 Issue-ID: DCAEGEN2-2378 Issue-ID: DCAEGEN2-2267 Signed-off-by: Jan Malkiewicz Change-Id: I5c203e460d986574197162e987e73e888398e686 Signed-off-by: Remigiusz Janeczek --- .gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index aa7a830..ea6a32a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,12 @@ +### IntelliJ IDEA ### +.idea +k8s-bootstrap-container.iml + +### Visual Studio ### .project -Dockerfile .vscode bootstrap-container.code-workspace -target \ No newline at end of file + +Dockerfile + +target -- cgit 1.2.3-korg