mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-05 23:15:40 -06:00
26 lines
272 B
Plaintext
26 lines
272 B
Plaintext
# IDE, Other files
|
|
.vscode
|
|
.idea
|
|
rust-sdl2-emscripten/
|
|
|
|
# Build files
|
|
target/
|
|
dist/
|
|
emsdk/
|
|
|
|
# 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
|