Files
poseidon/.gitignore
2021-10-21 10:12:31 +02:00

19 lines
190 B
Plaintext

# Project binary
/poseidon
# Configuration file
configuration.yaml
tests/e2e/configuration.yaml
# TLS certificate/key
*.crt
*.key
*.pem
# trivy artifacts
.trivy
# IDE files
/.idea
*.iml