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

Remove .apk files from git history. #135

Merged
merged 0 commits into from
Nov 11, 2024
Merged

Conversation

TumiPare
Copy link

@TumiPare TumiPare commented Nov 9, 2024

The original repo was over 600 MB due to the many .apk files uploaded in the past. I suggest adding *.apk to the .gitignore file.

Using BFG Repo-Cleaner I could remove all .apk files from the git history. Now the repo is 11.3 MB.

Simply pulling in the changes will not work. Deletion of one's old local repo and a fresh git clone is required. If one pushes without having done a fresh clone, the git history with all the .apk files will be restored.

I removed all files larger than 5MB. These are the files purged from the git history:

2024-07-24 14:11:04.apk
2024-07-05 08:17:17.apk
2024-07-04 09:20:16.apk
2024-07-03 14:31:12.apk
2024-07-09 12:24:54.apk
2024-08-25 13:07:08.apk
2024-09-14 07:36:33.apk
2024-10-01 11:16:56.apk
2024-07-09 11:35:09.apk
2024-07-18 11:06:31.apk
2024-08-24 19:38:32.apk
2024-07-17 07:41:40.apk
2024-06-26.apk
2024-09-14 09:06:53.apk
2024-09-14 08:41:52.apk
2024-06-27.apk
2024-10-06 05:49:40.apk
2024-07-04 14:26:29.apk
2024-08-31 16:56:25.apk
2024-09-14 07:24:04.apk
2024-08-24 09:17:24.apk
2024-06-25.apk
2024-09-12 12:49:14.apk
2024-09-12 14:32:37.apk
2024-06-26.apk
2024-07-02 16:11:05.apk
2024-11-08 16:58:59.apk
2024-07-17 12:49:00.apk
2024-09-30 17:06:02.apk
2024-06-26.apk
2024-09-30 15:23:35.apk
2024-10-01 11:53:54.apk
2024-08-28 17:18:54.apk
2024-10-05 15:28:45.apk
2024-08-27 15:17:19.apk
app-release.apk
flixclusive-player.gif
flixclusive.gif

Copy link

sonarcloud bot commented Nov 9, 2024

@rhenwinch rhenwinch merged commit 20a3406 into flixclusiveorg:master Nov 11, 2024
1 of 2 checks passed
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