29 lines
1021 B
Plaintext
29 lines
1021 B
Plaintext
# 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 |