20 lines
405 B
Plaintext
20 lines
405 B
Plaintext
# Don't store the Go summary file
|
|
**/go.sum
|
|
# Ignore the binary output
|
|
lab-ca*
|
|
build
|
|
# 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
|
|
/ca
|
|
# Don't share VS Code files
|
|
.vscode/
|