mirror of
https://github.com/ahinko/home-ops
synced 2026-04-21 13:37:24 +00:00
fix: update gitattributes
This commit is contained in:
parent
df497ea5cb
commit
9401570938
1 changed files with 9 additions and 1 deletions
10
.gitattributes
vendored
10
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue