Files
balikci/.gitattributes
salvacybersec f86cda2978 Domain support
2025-11-10 20:01:41 +03:00

20 lines
316 B
Plaintext

# Auto detect text files and perform LF normalization
* text=auto
# Shell scripts should use LF
*.sh text eol=lf
# Windows batch files should use CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
# Binary files
*.db binary
*.sqlite binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary