From: Ramith Rodrigo Date: Mon, 8 Apr 2024 10:29:38 +0000 (+0530) Subject: Create Ballerina.gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3af7bb0480965c24777d19d8aa6fbfd92080b92a;p=gitignore.git Create 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