From 72e939030eafd9ed0338ffb18c55f996411ef271 Mon Sep 17 00:00:00 2001 From: Or Shamir Checkmarx <93518641+OrShamirCM@users.noreply.github.com> Date: Sun, 5 May 2024 14:09:09 +0300 Subject: [PATCH] update .gitignore (#727) remove path Co-authored-by: Noam Brendel --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 628b8837c..ef37eb5d7 100644 --- a/.gitignore +++ b/.gitignore @@ -55,4 +55,8 @@ override.tf.json # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan # example: *tfplan*dist/ -/dist \ No newline at end of file +/dist + +# Ignore CLI configuration files and installation log files +**/colima-Darwin-x86_64 +**/install.log \ No newline at end of file