fix: update gitattributes

This commit is contained in:
Peter Ahinko 2025-02-20 22:02:32 +01:00
parent df497ea5cb
commit 9401570938
No known key found for this signature in database
GPG key ID: A49FDC84B6AD510B

10
.gitattributes vendored
View file

@ -1,2 +1,10 @@
* text=auto eol=lf
*.yaml.j2 linguist-language=YAML
*.env linguist-detectable linguist-language=SHELL
*.json linguist-detectable linguist-language=JSON
*.json5 linguist-detectable linguist-language=JSON5
*.md linguist-detectable linguist-language=MARKDOWN
*.sh linguist-detectable linguist-language=SHELL
*.toml linguist-detectable linguist-language=TOML
*.yaml linguist-detectable linguist-language=YAML
*.yaml.j2 linguist-detectable linguist-language=YAML
*.yml linguist-detectable linguist-language=YAML