From 65b623b0dcf63f5e0e758ebe8bf32790e85d0826 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:21:01 +0530 Subject: [PATCH] Update git ignore with cache directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 85e001f2..94a0163a 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ target # Ballerina velocity.log* *Ballerina.lock + +# Cache directory created by the trivy scan +.cache/