mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
19 lines
305 B
Plaintext
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
|