diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-03-09 15:02:37 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-03-09 15:02:37 +0800 |
| commit | 00031495655841dc4979e965e291db6a76369604 (patch) | |
| tree | 81bee88f4f8cd06c9ef53e5e48e5dc4d8bdf66e5 | |
| parent | 74e16adb598bd3e52c33018e9021c7535210621e (diff) | |
Add .gitattributes
| -rw-r--r-- | .gitattributes | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..21d0b07 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,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 |
