This change prevents git from adding carriage returns to .sh files
@ -0,0 +1,6 @@
# bash gets confused if you pass in .sh files from windows
# This breaks Vagrant for some users.
*.sh text eol=lf