freeleaps-ops/apps/gitea-webhook-ambassador/.dockerignore
zhenyus 60817c1be4 feat: add gitea-webhook-ambassador service and migration script
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-30 23:37:19 +08:00

22 lines
219 B
Plaintext

# Git
.git
.gitignore
# Build artifacts
gitea-webhook-ambassador
build/
# Development/test files
*_test.go
Makefile
README.md
LICENSE
docker-compose.yml
# Editor configs
.idea/
.vscode/
# Temporary files
*.log
*.tmp