mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-01-30 20:25:00 -06:00
45 lines
593 B
Plaintext
45 lines
593 B
Plaintext
# IDE, Other files
|
|
.vscode
|
|
.idea
|
|
.claude/
|
|
rust-sdl2-emscripten/
|
|
|
|
# Build files
|
|
target/
|
|
dist/
|
|
emsdk/
|
|
node_modules/
|
|
|
|
# Package manager lockfiles (bun only)
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
package-lock.json
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Emscripten build outputs (generated by cargo build)
|
|
web/public/pacman.data
|
|
web/public/pacman.js
|
|
web/public/pacman.wasm
|
|
web/public/pacman.wasm.map
|
|
|
|
# Site build f iles
|
|
tailwindcss-*
|
|
pacman/assets/site/build.css
|
|
|
|
# Coverage reports
|
|
lcov.info
|
|
codecov.json
|
|
coverage.html
|
|
|
|
# Profiling output
|
|
flamegraph.svg
|
|
/profile.*
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Sensitive
|
|
*.env
|