mirror of
https://github.com/Snowiiii/Pumpkin.git
synced 2024-11-23 07:46:16 +00:00
ec668e7eb2
Fix failing build due to assets not found
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
|