Files
lab-ca/.gitignore

19 lines
399 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
/ca
# Don't share VS Code files
.vscode/