Ballerina.gitignore 232 B

1234567891011
  1. # generated files
  2. target/
  3. generated/
  4. # dependencies
  5. Dependencies.toml
  6. # config files
  7. Config.toml
  8. # the config files used for testing, Uncomment the following line if you want to commit the test config files
  9. #!**/tests/Config.toml