Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ballerina.gitignore #4431

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ramith-D-Rodrigo
Copy link

Reasons for making this change:
Currently, there are no gitignore files for Ballerina language.

Links to documentation supporting these rule changes:
Learn Ballerina

Ballerina project directory structure contains directories named target and generated.

  • target is used to store jars, cached files (such as jsons), docs, etc when a specific bal command is executed.
  • generated directory is used to store generated .bal files. (Ex: store data model's client API which is generated during by bal persist generate)

Config.toml is used to store secrets/configurable variable values.

If this is a new template:

@Ramith-D-Rodrigo
Copy link
Author

@bdougie Hi, is it possible to get this merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant