mirror of
https://github.com/restic/restic.git
synced 2026-06-01 22:59:44 +00:00
451cc6c048
Co-authored-by: Claude Code 2.1.142 / Claude Opus 4.7 <noreply@anthropic.com>
13 lines
242 B
Plaintext
13 lines
242 B
Plaintext
# Actual layer caching is impossible due to .git, but
|
|
# that must be included for provenance reasons. These ignores
|
|
# are strictly for hygienic build.
|
|
*
|
|
!/*.go
|
|
!/go.*
|
|
!/cmd/*
|
|
!/docker/entrypoint.sh
|
|
!/internal/*
|
|
!/helpers/*
|
|
!/VERSION
|
|
!/.git/
|