Files
unregistry-mirror/.dockerignore

13 lines
263 B
Plaintext

# Ignore everything and use an allowlist of what is allowed to not package any secrets by accident.
*
# Allow files and directories.
!cmd/
!internal/
!scripts/
!go.*
!test/e2e/ssh/test_key.pub
# Ignore unnecessary files inside allowed directories.
**/.DS_Store