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
+18
View File
@@ -0,0 +1,18 @@
# Files to Remove from NFOGuard Webhook Repository
# These are CI/development artifacts that don't belong in the public webhook app repo
gitea-registry-troubleshooting.md
gitea-packages-config.ini
find-gitea-local-ip.sh
example-multi-registry-workflow.yml
example-docker-compose.yml
example-distribution-README.md
docker-compose.example.yml
cleanup-github.sh
check-gitea-registry.sh
cleanup-files.sh
# You can remove them with:
# git rm <filename>
# or
# rm <filename> && git add -u