Files
polyphem/.gitignore
2024-08-12 10:02:36 +02:00

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