mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
- 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 🗑️
50 lines
665 B
Plaintext
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
|