Files
Pumpkin/.dockerignore
2024-08-20 19:38:46 +02:00

13 lines
223 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
!/pumpkin*/
# Dependencies
!Cargo.lock
!Cargo.toml