diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..ae36a7d7a73 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Force git not to modify line endings for go files +*.go binary + +# Force git not to modify line endings for dbschemes +*.dbscheme binary