Add Ballerina gitignore file

This commit is contained in:
Sasindu Alahakoon 2023-10-30 11:45:11 +05:30
parent 4488915eec
commit c6fe462bda
1 changed files with 11 additions and 0 deletions

11
Ballerina.gitignore Normal file
View File

@ -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