-
Notifications
You must be signed in to change notification settings - Fork 1
Clean up misplaced compile outputs at repo root #1
Copy link
Copy link
Open
Labels
area: build-releaseBuild, packaging, signing, release pipelineBuild, packaging, signing, release pipelinechoreMaintenance work, dependency bumps, repo hygieneMaintenance work, dependency bumps, repo hygienegood first issueGood for newcomers — has clear scope and acceptance criteriaGood for newcomers — has clear scope and acceptance criteria
Description
Activity
Metadata
Metadata
Assignees
Labels
area: build-releaseBuild, packaging, signing, release pipelineBuild, packaging, signing, release pipelinechoreMaintenance work, dependency bumps, repo hygieneMaintenance work, dependency bumps, repo hygienegood first issueGood for newcomers — has clear scope and acceptance criteriaGood for newcomers — has clear scope and acceptance criteria
Background
Compiled JS files were accidentally created at repo root:
/ipc-handlers.jsand/main.js. They are now in.gitignoreso they will not be committed again, but old contributors may still have them locally.What to do
rm /main.js /ipc-handlers.jsif they existgit statusis cleanAcceptance
git statuscleanFull brief: https://github.com/dushaobindoudou/ovo/blob/main/docs/GOOD_FIRST_ISSUES.md (issue #1)
⏱ ~30 min · 🏷 chore