Files
tor-guard-relay/.dockerignore
rE-Bo0t.bx1 a94d409f2b feat(v1.1.2): Alpine edge variant, dual CI, GHCR edge builds 🚀
- Add Dockerfile.edge 🐚🔧
- Add stable and edge CI matrix 🔁📦
- GHCR edge-only deployment 🟣📤
- SBOMs for both variants 📜🔍
- Tests, screenshots, logo 🧪🖼️
- Update docs and PR template 📝
- Remove dependabot.yml 🗑️
2025-11-17 22:38:30 +08:00

50 lines
665 B
Plaintext

# 🧱 Version: optimized for Tor Guard Relay CI builds
# Ignore Git and CI/CD metadata
.git
.gitignore
.gitattributes
.github/
# Ignore documentation and changelogs
*.md
CHANGELOG.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
SECURITY.md
LICENSE.txt
# Ignore examples, templates, and local configs
examples/
templates/
docs/
config/
*.conf
*.json
*.yaml
*.yml
# Ignore temporary, backup, and log files
*.log
*.tmp
*.bak
*.swp
*.DS_Store
# Ignore local build artifacts
*.tar
*.gz
*.zip
*.tgz
build/
dist/
node_modules/
__pycache__/
# Keep only files needed for building and running the image
!Dockerfile
!Dockerfile.edge
!tools/
!docker-entrypoint.sh
!healthcheck.sh