Files
lab-ca/.gitignore

12 lines
265 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
# Include example files
!/examples/*.hcl
# Exclude MacOS Finder metadata files
.DS_Store