From 92ea28a0adb98fa514c692024aed014d7095c88a Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Mon, 7 Dec 2020 21:42:35 +0100 Subject: [PATCH 1/2] Force Unix line endings for shell scripts Signed-off-by: Frederik Carlier --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8d241eb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Use Unix line endings for scripts +*.sh text eol=lf From 5b7ce841494739cdfb2cf68426ad52e90aa38839 Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Mon, 7 Dec 2020 21:42:43 +0100 Subject: [PATCH 2/2] Add .env to .gitignore Signed-off-by: Frederik Carlier --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f13af75..7f605a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ envrc out +.env