0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin synced 2025-04-13 23:43:50 +00:00
Files
Pumpkin/.dockerignore
Epix 93510eecd5 Grammar fixes, terminology change (#633)
* 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
2025-03-16 10:40:17 +01:00

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