chore: cleanup of unnecessary files & adjust gitignores #88
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#88
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "quick-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
+ the
Dockerfile.harmony
shouldn't have been committed in the first place (I think)+ silence an unnecessary output when checking for cargo's existence
@ -155,6 +155,7 @@ async fn compile_harmony(
let cargo_exists = Command::new("which")
which not available on windows, this would be a good first issue for someone to provide a clean way to verify available tools on the host or something like that.