Force git not to mangle line endings for files relevant to tests

This commit is contained in:
Sauyon Lee
2019-10-30 14:20:26 -07:00
parent 22029410f0
commit fdb7852cf6

5
.gitattributes vendored Normal file
View File

@@ -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