added more explicit text file types
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f04d976cd8
commit
4671ebfc79
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -14,6 +14,9 @@
|
||||||
*.sql text eol=lf
|
*.sql text eol=lf
|
||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
*.toml text eol=lf
|
*.toml text eol=lf
|
||||||
|
Dockerfile* text eol=lf
|
||||||
|
.dockerignore text eol=lf
|
||||||
|
docker-compose*.yml text eol=lf
|
||||||
|
|
||||||
# Binary files
|
# Binary files
|
||||||
*.png binary
|
*.png binary
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue