mirror of
https://github.com/Pumpkin-MC/Pumpkin
synced 2025-04-13 23:43:50 +00:00
* Major grammar sweep * Remove extra backtick * Use more specific terminology for chunk data storage * Forgor to cargofmt * Fix typo "thier" * Fix typo "clousures" * Try new terminology * Forgor to cargofmt * Use "Subchunks" instead of "Heterogeneous" for ChunkBlocks variant * Fix variable name * Forgor to change comment
14 lines
234 B
Plaintext
14 lines
234 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
|