gitignore/Ballerina.gitignore

21 lines
299 B
Plaintext

# 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