chore: cleanup of unnecessary files & adjust gitignores #88

Merged
letian merged 2 commits from quick-cleanup into master 2025-07-27 14:09:02 +00:00
Showing only changes of commit 5d41cc8380 - Show all commits

View File

@ -98,7 +98,9 @@ async fn main() {
.expect("couldn't check if path exists")
{
true => (),
false => todo!("implement couldn't find path logic"),
false => todo!(
"path {check_script_str} not found. Other paths currently unsupported."
),
};
let check_output = Command::new(check_script)