mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
26 lines
457 B
Plaintext
26 lines
457 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Ensure shell scripts always use LF
|
|
*.sh text eol=lf
|
|
docker-entrypoint.sh text eol=lf
|
|
healthcheck.sh text eol=lf
|
|
tools/* text eol=lf
|
|
|
|
# Dockerfiles
|
|
*.container text eol=lf
|
|
Dockerfile text eol=lf
|
|
|
|
# GitHub workflows
|
|
.github/workflows/*.yml text eol=lf
|
|
|
|
# Standard file handling
|
|
*.md text
|
|
*.txt text
|
|
*.yml text eol=lf
|
|
*.yaml text eol=lf
|
|
|
|
# Binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.gif binary |