added poseidon with aws to k8s changes
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
# 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
|
Reference in New Issue
Block a user