9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
# Don't store the Go summary file
|
|
go.sum
|
|
# Ignore the binary output
|
|
lab-ca*
|
|
# Ignore any certificate files
|
|
*.pem
|
|
# Ignore the default CA configuration file
|
|
ca_config.hcl
|