0
0
mirror of https://github.com/Snowiiii/Pumpkin.git synced 2024-11-23 07:46:16 +00:00
Pumpkin/.dockerignore
ThePaulo1 ec668e7eb2
allow assets folder
Fix failing build due to assets not found
2024-10-06 12:57:47 +02:00

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