18 lines
376 B
Plaintext
18 lines
376 B
Plaintext
# Don't store the Go summary file
|
|
**/go.sum
|
|
# Ignore the binary output
|
|
lab-ca*
|
|
# Ignore any certificate files
|
|
*.pem
|
|
# Ignore CA configuration and certificate definitions.
|
|
*.hcl
|
|
# Ignore state files
|
|
*.json
|
|
# Include example files
|
|
!/examples/*.hcl
|
|
# Exclude MacOS Finder metadata files
|
|
.DS_Store
|
|
# Exclude default certificate and private key files directories
|
|
/certs/
|
|
/private/
|