Files
Pac-Man/.dockerignore
Xevion 8d3d69da9d feat(web): add cache busting with version-based asset loading
- Inject git hash via Vite plugin for cache-busting WASM/JS assets
- Enable Emscripten assertions for better runtime error messages
- Log Emscripten runtime init for debugging filesystem readiness
- Expand dockerignore to exclude web build artifacts
2025-12-29 14:27:52 -06:00

24 lines
235 B
Plaintext

# Build artifacts
/target
/emsdk
*.exe
/pacman/assets
/assets
# Web/Node artifacts
node_modules
/web/node_modules
/web/dist
.next
.nuxt
.cache
# Development files
/.git
/*.md
/Justfile
/bacon.toml
/rust-toolchain.toml
/rustfmt.toml