chore: cleanup of unncessary files & adjust gitignores
All checks were successful
Run Check Script / check (pull_request) Successful in -31s

This commit is contained in:
Ian Letourneau
2025-07-20 20:03:26 -04:00
parent 537da5800f
commit 07f1151e4c
5 changed files with 32 additions and 24 deletions

View File

@@ -155,6 +155,7 @@ async fn compile_harmony(
let cargo_exists = Command::new("which")
.arg("cargo")
.stdout(Stdio::null())
.status()
.expect("couldn't get `which cargo` status")
.success();