From 4c0c479f982a679f4e49f434741205e7892f060a Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:48:17 +0530 Subject: [PATCH] Update git ignore with cache directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7cb31afdd1..238cc21e21 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,6 @@ load-tests/**/Dependencies.toml # Ballerina related ignores Ballerina.lock velocity.log* + +# Cache directory created by the trivy scan +.cache/