mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-04-05 12:03:48 +00:00
17 lines
282 B
Plaintext
17 lines
282 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*/
|
|
!/assets
|
|
|
|
# Allow build.rs to read git commit sha
|
|
!/.git
|
|
|
|
# Dependencies
|
|
!Cargo.lock
|
|
!Cargo.toml
|