diff options
| author | Andrey Maslennikov <andrew.maslennikov@gmail.com> | 2018-12-22 21:56:36 +0800 |
|---|---|---|
| committer | Andrey Maslennikov <andrew.maslennikov@gmail.com> | 2018-12-22 21:56:36 +0800 |
| commit | e312d7a49d92ed0499187b2b18fc0d0aabd05ee0 (patch) | |
| tree | 0912352d7865b2099c62bac59fa6c8337734e5de | |
| parent | Update CHANGELOG for v11.6.0 (diff) | |
| download | gitlab-runner-e312d7a49d92ed0499187b2b18fc0d0aabd05ee0.tar.gz | |
Add .gitattributes
Checking out code on Windows machine breaks shell scripts (required to
be lf-ended).
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..770ca090 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf +ci/version text eol=lf
\ No newline at end of file |
