0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin synced 2025-04-24 11:15:46 +00:00
Files
.devcontainer
.github
assets
fuzz
pumpkin
pumpkin-api-macros
pumpkin-config
pumpkin-data
pumpkin-inventory
pumpkin-macros
pumpkin-nbt
pumpkin-protocol
pumpkin-registry
pumpkin-util
pumpkin-world
.dockerignore
.editorconfig
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Cargo.toml
Dockerfile
LICENSE
README.md
SECURITY.md
docker-compose.yml
egg-pumpkin.json
rust-toolchain.toml
typos.toml
Pumpkin/.dockerignore

17 lines
282 B
Plaintext
Raw Normal View History

# A whitelist of files that should be included into Docker.
# Put an exclaimation mark before everything to include.
2024-08-20 19:38:46 +02:00
# Ignore everything
*
# Allow the source code folders
!/pumpkin*/
!/assets
2024-08-20 19:38:46 +02:00
2025-03-29 12:25:37 +00:00
# Allow build.rs to read git commit sha
!/.git
2024-08-20 19:38:46 +02:00
# Dependencies
!Cargo.lock
!Cargo.toml