Files
nfoguard/FILES_TO_REMOVE.txt
T
2025-09-12 15:41:56 -04:00

18 lines
484 B
Plaintext

# 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