mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
48 lines
646 B
Plaintext
48 lines
646 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
|
|
!onion.container
|
|
!docker-entrypoint.sh
|
|
!relay-status.sh
|