chore: add 'fix' just recipe, remove temp ignore lines

This commit is contained in:
Ryan Walters
2025-09-10 23:10:27 -05:00
parent 46a73c5ace
commit 8b2d18b3da
2 changed files with 5 additions and 4 deletions

4
.gitignore vendored
View File

@@ -20,7 +20,3 @@ coverage.html
# Profiling output
flamegraph.svg
/profile.*
# temporary
assets/game/sound/*.wav
/*.py

View File

@@ -37,3 +37,8 @@ samply:
web *args:
bun run web.build.ts {{args}};
caddy file-server --root dist
# Run cargo fix
fix:
cargo fix --workspace --lib --allow-dirty
cargo fmt --all