blob: 21d0b0783eb8a46f3ff009a1e13a39f9384b6bdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Mark .tmpl files as plain text
*.tmpl linguist-language=Text
*.tmpl -linguist-detectable
*.tmpl linguist-documentation=false
# Mark specific .tmpl files in policy directory
policy/_policies/*.tmpl linguist-language=Text
policy/_policies/src/*.tmpl linguist-language=Text
*.rs text eol=lf
*.toml text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.tmpl text eol=lf
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
Cargo.lock -diff
|