Added git attributes to convert line endings to 28/103328/1
authorBoslet, Cory <cory.boslet@att.com>
Sun, 8 Mar 2020 14:16:17 +0000 (10:16 -0400)
committerBenjamin, Max (mb388a) <mb388a@att.com>
Sun, 8 Mar 2020 14:16:18 +0000 (10:16 -0400)
Added git attributes to convert line endings to unix on checkout for
.sh files

Issue-ID: SO-2717
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I30cf53f6e89f447400ce51217ca4238b46f8fa23

packages/docker/src/main/docker/docker-files/scripts/.gitattributes [new file with mode: 0644]

diff --git a/packages/docker/src/main/docker/docker-files/scripts/.gitattributes b/packages/docker/src/main/docker/docker-files/scripts/.gitattributes
new file mode 100644 (file)
index 0000000..b905d1d
--- /dev/null
@@ -0,0 +1,5 @@
+# Default behavior
+* text=auto
+
+# Files to have unix style line endings on checkout
+*.sh text eol=lf
\ No newline at end of file