Create Ballerina.gitignore

This commit is contained in:
Ramith Rodrigo 2024-04-08 15:59:38 +05:30
parent 4488915eec
commit 1ee256191b
1 changed files with 20 additions and 0 deletions

20
Ballerina.gitignore Normal file
View File

@ -0,0 +1,20 @@
# vscode files
.vscode/
# intellij files
.idea/
# mac
.DS_Store
# 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