10 lines
96 B
Plaintext
10 lines
96 B
Plaintext
# Build artifacts
|
|
bin/
|
|
*.test
|
|
*.out
|
|
|
|
# Local secrets and config
|
|
.env*
|
|
!.env.example
|
|
config.toml
|