diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-26 04:57:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-26 04:57:50 +0300 |
commit | 64c767066084ec7c5b66f4b088083d9af3d0273f (patch) | |
tree | 7eefe91375a7f85a52f1b68f080938cb831faafe /.gitattributes | |
parent | bind to 0.0.0.0 instead of localhost (diff) | |
download | jekyll-theme-64c767066084ec7c5b66f4b088083d9af3d0273f.tar.gz jekyll-theme-64c767066084ec7c5b66f4b088083d9af3d0273f.zip |
add serve.sh (same as serve.bat)
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 282705f..91bfadd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto *.bat text eol=crlf +*.sh text eol=lf |