28 lines
319 B
Plaintext
28 lines
319 B
Plaintext
# Project binary
|
|
/poseidon
|
|
|
|
# CPU profiling information
|
|
cmd/poseidon/default.pgo
|
|
|
|
# Configuration file
|
|
configuration.yaml
|
|
tests/e2e/configuration.yaml
|
|
|
|
# TLS certificate/key
|
|
*.crt
|
|
*.key
|
|
*.pem
|
|
|
|
# trivy artifacts
|
|
.trivy
|
|
|
|
# coverage reports
|
|
/coverage
|
|
|
|
# IDE files
|
|
/.idea
|
|
*.iml
|
|
|
|
# Dockerfiles repository
|
|
deploy/dockerfiles
|