mirror of
https://github.com/glanceapp/glance.git
synced 2025-08-04 06:00:52 +02:00
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
# https://docs.docker.com/build/building/context/#dockerignore-files
|
|
# Ignore all files by default
|
|
*
|
|
|
|
# Only add necessary files to the Docker build context (Dockerfiles are always included implicitly)
|
|
!/build/
|
|
!/internal/
|
|
!/pkg/
|
|
!/go.mod
|
|
!/go.sum
|
|
!main.go
|