mirror of
https://git.proxmox.com/git/package-rebuilds
synced 2025-08-21 15:13:46 +00:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
# Ignore everything but the stuff following the `*` with the `!`
|
|
# See https://docs.docker.com/engine/reference/builder/#dockerignore-file
|
|
|
|
*
|
|
!package.json
|
|
!lib
|
|
!deps
|
|
!build
|