add gitattributes file to set file endings of mvnv and provision.sh to unix style
authorFabian Eichhorner <fabian.eichhorner@gmail.com>
Sun, 25 Nov 2018 22:51:50 +0000 (23:51 +0100)
committerFabian Eichhorner <fabian.eichhorner@gmail.com>
Sun, 25 Nov 2018 22:51:50 +0000 (23:51 +0100)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..b3a4c8d
--- /dev/null
@@ -0,0 +1,6 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Declare files that will always have LF line endings on checkout
+*.sh text eol=lf
+mvnw text eol=lf
\ No newline at end of file