mirror of
https://github.com/github/gitignore.git
synced 2025-05-01 05:09:24 +00:00
12 lines
484 B
Plaintext
12 lines
484 B
Plaintext
# Ballerina generates this directory during the compilation of a package.
|
|
# It contains compiler-generated artifacts and the final executable if this is an application package.
|
|
target/
|
|
|
|
# Ballerina maintains the compiler-generated source code here.
|
|
# Remove this if you want to commit generated sources.
|
|
generated/
|
|
|
|
# Contains configuration values used during development time.
|
|
# See https://ballerina.io/learn/provide-values-to-configurable-variables/ for more details.
|
|
Config.toml
|