added more explicit text file types

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jakub Trávník 2026-01-05 10:27:39 +01:00 committed by GitHub
parent f04d976cd8
commit 4671ebfc79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.gitattributes vendored
View file

@ -14,6 +14,9 @@
*.sql text eol=lf
*.sh text eol=lf
*.toml text eol=lf
Dockerfile* text eol=lf
.dockerignore text eol=lf
docker-compose*.yml text eol=lf
# Binary files
*.png binary