
I used the chance to simplify the Makefile, as this is required for the file check to work correctly. Variables should not contain quotes, as these will be included in the value otherwise.
25 lines
289 B
Plaintext
25 lines
289 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
|
|
|
|
# IDE files
|
|
/.idea
|
|
*.iml
|
|
|
|
# Dockerfiles repository
|
|
deploy/dockerfiles
|