From 2972b68a09b487b646e920752de20d80ba097fe3 Mon Sep 17 00:00:00 2001 From: DimuthuMadushan Date: Wed, 27 Mar 2024 10:37:32 +0530 Subject: [PATCH] Update the .gitignore file --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cb1ed93..bda8f79 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,8 @@ hs_err_pid* #Ballerina configuartion file ballerina.conf +Config.toml +!/ballerina/tests/Config.toml docker.env # .DS_Store @@ -48,7 +50,8 @@ accessToken.bal temp.bal.ballerina/ target/ .DS_Store -docker.env +*.deb +examples/**/Dependencies.toml #json files created inside resources folder **/resources/*.json