Snowiiii / Pumpkin

Empowering everyone to host fast and efficient Minecraft servers.
https://snowiiii.github.io/Pumpkin/
MIT License
3.25k stars 113 forks source link

git: ignore compose `data/` folder #308

Closed Yimura closed 4 days ago

Yimura commented 4 days ago

Description

Should be fairly clear, with the recent changes made in #255 the docker-compose.yml will bind mount data/ to /pumpkin.

Testing

When spinning up pumpkin with docker compose up --build none of the new files created under data/ will be in git status.

Snowiiii commented 4 days ago

Looks good and makes sense. Thanks @Yimura