diff options
Diffstat (limited to 'Ballerina.gitignore')
-rw-r--r-- | Ballerina.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
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 |