Merge pull request #37 from garretfick/feature/GIT_CONFIG_FOR_WINDOWS_DEV

Make checking out the code from Windows work by default
This commit is contained in:
Thiago Alves 2019-03-29 18:29:30 -04:00 committed by GitHub
commit 4ccc085376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/