From 2232802a2c6a8ca38887679763b8cc31b0737171 Mon Sep 17 00:00:00 2001 From: "Huahang Liu (Hans)" Date: Mon, 25 May 2020 16:42:04 +0800 Subject: [PATCH 1/2] ignore goland ide generated files Signed-off-by: Huahang Liu (Hans) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3bcd8cbaf..a647c08f3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.swp /bin/ cover.out +/.idea \ No newline at end of file From 64011d1c1e8ad5eeb7a22d018d341fcc3888397d Mon Sep 17 00:00:00 2001 From: Hans Date: Mon, 27 Jul 2020 16:07:27 +0800 Subject: [PATCH 2/2] Ignore IntelliJ/GoLand generated files. Signed-off-by: Hans --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a647c08f3..18312f004 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ *.swp /bin/ cover.out -/.idea \ No newline at end of file +/.idea +*.iml