From c6fe462bdab454ee4e4200fadb7d0a0d2620f2a9 Mon Sep 17 00:00:00 2001 From: Sasindu Alahakoon Date: Mon, 30 Oct 2023 11:45:11 +0530 Subject: [PATCH] Add Ballerina gitignore file --- 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..d5fc29ab --- /dev/null +++ b/Ballerina.gitignore @@ -0,0 +1,11 @@ +# Ballerina generates this directory during the compilation of a package. +# It contains compiler-generated artifacts and the final executable if this is an application package. +target/ + +# Ballerina maintains the compiler-generated source code here. +# Remove this if you want to commit generated sources. +generated/ + +# Contains configuration values used during development time. +# See https://ballerina.io/learn/provide-values-to-configurable-variables/ for more details. +Config.toml