18 lines
484 B
Plaintext
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 |