diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-26 11:17:49 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-26 17:08:30 +0100 |
commit | 2c8c6daccaeb2bc6864e3f0802381c7cf5fc38f7 (patch) | |
tree | 8cd26c428cb12ab475e22911576577419bfb96c9 /.gitattributes | |
parent | bump dependencies (diff) | |
download | blog-2c8c6daccaeb2bc6864e3f0802381c7cf5fc38f7.tar.gz blog-2c8c6daccaeb2bc6864e3f0802381c7cf5fc38f7.zip |
add deps.sh to install working versions2015
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d76765e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto + +*.sh text eol=lf |