31 lines
200 B
Plaintext
31 lines
200 B
Plaintext
# Binaries
|
|
certigo-dummy-ca
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test files
|
|
test.key
|
|
test.csr
|
|
test.crt
|
|
root.crt
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
*.csr
|
|
|
|
# Go
|
|
*.test
|
|
*.out
|
|
go.work
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|