From 6294ce1ff4a01e5970f7ed760c975ee98437e52c Mon Sep 17 00:00:00 2001 From: Charles Moulliard Date: Wed, 29 May 2019 10:33:01 +0200 Subject: [PATCH] Ignore idea and _out directory Signed-off-by: Charles Moulliard --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7dcb1e9..e8e5c37 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +_out +.idea/ # Ignore the built binary cert-manager-webhook-example