From 3af7bb0480965c24777d19d8aa6fbfd92080b92a Mon Sep 17 00:00:00 2001 From: Ramith Rodrigo Date: Mon, 8 Apr 2024 15:59:38 +0530 Subject: [PATCH] Create Ballerina.gitignore --- Ballerina.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Ballerina.gitignore diff --git a/Ballerina.gitignore b/Ballerina.gitignore new file mode 100644 index 00000000..030a350f --- /dev/null +++ b/Ballerina.gitignore @@ -0,0 +1,11 @@ +# generated files +target/ +generated/ + +# dependencies +Dependencies.toml + +# config files +Config.toml +# the config files used for testing, Uncomment the following line if you want to commit the test config files +#!**/tests/Config.toml