Skip to content

Commit 745b639

Browse files
authored
Merge pull request #4431 from Ramith-D-Rodrigo/ballerina-gitignore
Add Ballerina.gitignore
2 parents 2df1162 + 3af7bb0 commit 745b639

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Ballerina.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# generated files
2+
target/
3+
generated/
4+
5+
# dependencies
6+
Dependencies.toml
7+
8+
# config files
9+
Config.toml
10+
# the config files used for testing, Uncomment the following line if you want to commit the test config files
11+
#!**/tests/Config.toml

0 commit comments

Comments
 (0)