Files
Pumpkin/.dockerignore
Alexander Medvedev f4571a9d63 fix: ci
2026-08-06 13:10:57 +02:00

19 lines
305 B
Plaintext

# A whitelist of files that should be included into Docker.
# Put an exclaimation mark before everything to include.
# Ignore everything
*
# Allow the source code folders
!/crates/
!/tools/
!/assets/
!/pumpkin.toml
# Allow build.rs to read git commit sha
!/.git
# Dependencies
!Cargo.lock
!Cargo.toml