Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository Cleanup #107

Merged
merged 5 commits into from
Dec 14, 2023
Merged

Repository Cleanup #107

merged 5 commits into from
Dec 14, 2023

Conversation

confused-Techie
Copy link
Member

Taking a closer look at this repo, now that the big ticket items have all been taken care of (eg Decaf, Async), I noticed quite a few outdated and useless files that had still remained.

I've gone ahead and removed the following files:

  • pnpm-workspace.yaml: We do not use PNPM in this repo officially.
  • appveyor.yml: This repo has fully switched over to GitHub Actions.
  • ./github/no-response.yml: We do not use probot.
  • npmignore: We do not publish to NPM at all.
  • package-lock.json: Since this repo has fully moved over to Yarn, this should no longer be needed.

The bonus of PRs like this is to simply get rid of clutter in the repo, allowing a cleaner broad picture of the codebase as a whole.

Copy link
Member

@DeeDeeG DeeDeeG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, a little cleanup is a good thing. I don't really expect us to be npm packing or npm publishing ppm any time soon, (npm pack is an option to prune files, but we can exclude from our electron-builder.js instead, so probably we'll do that) so package-lock.json and .npmignore can go.

The other files are pure cruft, can't think of a situation where we'd miss them.

LGTM

@confused-Techie confused-Techie merged commit 77dd119 into master Dec 14, 2023
8 of 11 checks passed
@confused-Techie confused-Techie deleted the repo-cleanup branch December 14, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants