mirror of
https://github.com/restic/restic.git
synced 2026-07-04 06:24:17 +00:00
8cbca05853
This is strictly for tightening the container to be more hygenic. Signed-off-by: Brian Harring <ferringb@gmail.com>
12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
# Actual layer caching is impossible due to .git, but
|
|
# that must be included for provenance reasons. These ignores
|
|
# are strictly for hygenic build.
|
|
*
|
|
!/*.go
|
|
!/go.*
|
|
!/cmd/*
|
|
!/internal/*
|
|
!/helpers/*
|
|
!/VERSION
|
|
!/.git/
|