diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-03 19:24:22 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-03 19:24:22 +0100 |
commit | 7ea21ac3ea009e3be0d8e1e644cbecc9f57a623e (patch) | |
tree | b17f1bb69f06074fed7dbd4512f46a299681be3f /.gitattributes | |
parent | workflows/ci: upgrade actions (diff) | |
download | config-links-7ea21ac3ea009e3be0d8e1e644cbecc9f57a623e.tar.gz config-links-7ea21ac3ea009e3be0d8e1e644cbecc9f57a623e.zip |
fix .gitattributes
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 26a9424..78efe19 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,8 @@ *.sh text eol=lf +/links-* text eol=lf + /.github/ export-ignore .gitattributes export-ignore .gitignore export-ignore |