Skip to content

Commit

Permalink
Create Ballerina.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramith-D-Rodrigo committed Apr 9, 2024
1 parent 4488915 commit 1ee2561
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Ballerina.gitignore
@@ -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

0 comments on commit 1ee2561

Please sign in to comment.