chore:file cleanup

This commit is contained in:
2025-09-12 15:41:56 -04:00
parent 4ef28c3021
commit 558a786bdb
90 changed files with 136 additions and 5265 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/bin/bash
# Script to clean up CI/development files
echo "Removing CI/development artifacts..."
rm -f gitea-registry-troubleshooting.md
rm -f gitea-packages-config.ini
rm -f find-gitea-local-ip.sh
rm -f example-multi-registry-workflow.yml
rm -f example-docker-compose.yml
rm -f example-distribution-README.md
rm -f docker-compose.example.yml
rm -f cleanup-github.sh
rm -f check-gitea-registry.sh
echo "Cleanup complete!"
echo "Removed CI/registry-specific files from webhook repository"