This commit is contained in:
2025-09-12 15:46:02 -04:00
parent 558a786bdb
commit c6e4e071e4
12 changed files with 83 additions and 590 deletions
+29
View File
@@ -0,0 +1,29 @@
# FINAL REPOSITORY CLEANUP
# Remove these files for a clean public webhook repository
## CI/Development Artifacts (REMOVE):
gitea-registry-troubleshooting.md
gitea-packages-config.ini
find-gitea-local-ip.sh
example-distribution-README.md
cleanup-github.sh
check-gitea-registry.sh
## Test Files (REMOVE per user request):
test_movie_scan.py
test_end_to_end.py
test_bulk_update.py
## Temporary Files Created During Cleanup (REMOVE):
cleanup-files.sh
FILES_TO_REMOVE.txt
REPOSITORY_STRUCTURE.md
CLEANUP_COMPLETE.md
## Summary Files - Keep One (REMOVE duplicate):
# Keep: SUMMARY.md (shorter, more concise)
# Remove: projectsummary.md (longer, more detailed)
projectsummary.md
## Command to remove all:
# rm gitea-registry-troubleshooting.md gitea-packages-config.ini find-gitea-local-ip.sh example-distribution-README.md cleanup-github.sh check-gitea-registry.sh test_movie_scan.py test_end_to_end.py test_bulk_update.py cleanup-files.sh FILES_TO_REMOVE.txt REPOSITORY_STRUCTURE.md CLEANUP_COMPLETE.md projectsummary.md