fix#10 git attribute end of line to LF for *.sh files

This commit is contained in:
Tin 2019-02-19 17:54:02 +01:00
parent b9178714cc
commit 65d5f62930
2 changed files with 3 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.sh text eol=lf

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
# hidden files
# hidden files, exluding gitattributes
.*
!.gitattributes
# data folder
/data