mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 01:15:42 -06:00
Remove /dist from .dockerignore to ensure frontend build artifacts are available in the Docker container for deployment.
16 lines
153 B
Plaintext
16 lines
153 B
Plaintext
# Build artifacts
|
|
/target
|
|
/emsdk
|
|
*.exe
|
|
|
|
/pacman/assets
|
|
/assets
|
|
|
|
# Development files
|
|
/.git
|
|
/*.md
|
|
/Justfile
|
|
/bacon.toml
|
|
/rust-toolchain.toml
|
|
/rustfmt.toml
|