Repo cleanup
See original GitHub issueI suggest the following changes to make the repo a little friendlier to work with
- #625
- #626
- #660
- Remove youtubedl-material-docker.zip from the releases page and instead make a README/wiki page showing the recommended docker-compose file (see #143 )
- Remove *.exe files
$ git ls-files '*.exe'
backend/aria2c.exe
backend/ffmpeg.exe
backend/ffplay.exe
backend/ffprobe.exe
backend/youtube-dl.exe
(Feel free to edit this issue and discuss below) Cheers!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to clean up the git repo and reduce its disk size - Git Better
Clean large git repo and reduce repo size · Deleting local reference of the remote branch · git repack · git prune-packed ·...
Read more >Git: cleanup repo - gists · GitHub
Remove file from git repository (history). SOLUTION: This is the shortest way to get rid of the files: 1. check .git/packed-refs - my...
Read more >Clean up your Git repository with this Linux tool - Red Hat
Bloated Git repositories may contain sensitive files and can slow your pipeline. Try git-filter-repo to eliminate the mess.
Read more >Reduce repository size - GitLab Docs
Repository cleanup allows you to upload a text file of objects and GitLab removes internal Git references to these objects. You can use...
Read more >Keep your git directory clean with `git clean` and `git trash`
git clean. This is builtin command to cleanup the untracked files. Be careful with this one, it deletes files permanently! Always add - ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve had to do that before. I committed an admin Firebase API key to a public repo before (not this one), found out when Google emailed me their crawler found it. Anyways I’m sloppy enough that I have experience there 😃
I can also take care of that before closing out this issue. I’m on board with everything in here, if anyone wants to take care of any of these items (besides the new repo work) feel free!
The biggest annoyance is that those blobs are still in the git repo forever.