35 lines
257 B
Plaintext
35 lines
257 B
Plaintext
# Go
|
|
bin/
|
|
dist/
|
|
*.exe
|
|
*.test
|
|
coverage.out
|
|
|
|
# Dependencies
|
|
vendor/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Certificates
|
|
*.pem
|
|
*.key
|
|
|
|
# Kubernetes Secrets
|
|
*.secret.yaml
|
|
|
|
# Terraform
|
|
.terraform/
|
|
terraform.tfstate*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|