16 lines
144 B
Plaintext
16 lines
144 B
Plaintext
.DS_Store
|
|
|
|
# Go build artifacts
|
|
/bin/
|
|
/dist/
|
|
*.test
|
|
*.out
|
|
|
|
# Local configuration and secrets
|
|
.env
|
|
config.yaml
|
|
|
|
# Editor folders
|
|
.idea/
|
|
.vscode/
|