mirror of
https://github.com/resmoio/kubernetes-event-exporter.git
synced 2026-02-14 14:39:50 +00:00
The makefile is for convenience purposes and the dockerignore file reduces the context to be passed to Docker daemon.
6 lines
53 B
Plaintext
6 lines
53 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# Include pkg directory
|
|
!pkg/
|