mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-02-21 18:06:08 +00:00
14 lines
232 B
Plaintext
14 lines
232 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
|
|
|
|
# Dependencies
|
|
!Cargo.lock
|
|
!Cargo.toml
|