From e6206ddd3db00e5851866128c1a6dc4c3bdfe1b0 Mon Sep 17 00:00:00 2001 From: Garret Fick Date: Fri, 29 Mar 2019 11:46:47 -0400 Subject: [PATCH] Make checking out the code from Windows work by default --- .gitattributes | 2 ++ .gitignore | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a129530 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Shell script files should never have line endings converted +*.sh text eol=lf \ No newline at end of file diff --git a/.gitignore b/.gitignore index f95dcb6..a6341f1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ public/ *.pyc - +# IDE files for Visual Studio Code +*.vscode/ \ No newline at end of file