From 929055ad80ed8bd568af4c0310e1d02a7002b352 Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Wed, 10 Apr 2019 13:25:53 +0000 Subject: [PATCH] add .idea (GoLand) directory to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cd2712dcc..130072463 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /*.hcl .DS_Store Thumbs.db +.idea # Folders _obj @@ -93,4 +94,4 @@ command/agent/bindata_assetfs.go azure-hashistack.pem # generated keys for e2e tests -e2e/terraform/keys/ \ No newline at end of file +e2e/terraform/keys/