Make checking out the code from Windows work by default

This commit is contained in:
Garret Fick 2019-03-29 11:46:47 -04:00
parent 9caa392268
commit e6206ddd3d
2 changed files with 4 additions and 1 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Shell script files should never have line endings converted
*.sh text eol=lf

3
.gitignore vendored
View File

@ -7,4 +7,5 @@ public/
*.pyc
# IDE files for Visual Studio Code
*.vscode/