mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-01-30 20:25:00 -06:00
- 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
24 lines
235 B
Plaintext
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
|