1
0
mirror of https://github.com/regclient/regclient.git synced 2025-04-17 11:37:11 +03:00
regclient/.dockerignore
Brandon Mitchell bb650619b5
Pull lua mods with curl, use vendor
- Use curl instead of Git to pull lua mods.
- Use the vendor folder when available for Go builds
- Bump timestamps of copied files for reproducibility

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2022-10-05 20:21:55 -04:00

15 lines
122 B
Plaintext

*
!.git/
!build/root.tgz
!cmd/
!config/
!internal/
!mod/
!pkg/
!regclient/
!scheme/
!types/
!vendor/
!go.*
!*.go
!Makefile