Skip to content

Commit

Permalink
Adding .gitattributes to Docker configuration
Browse files Browse the repository at this point in the history
Adding .gitattributes to avoid that Git for Windows converts docker-startup.sh newlines to DOS, so that this script can run inside a UNIX container.

All *.sh files are affected.
  • Loading branch information
Ircama committed Jul 8, 2017
1 parent ebbde69 commit e391e71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 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

0 comments on commit e391e71

Please sign in to comment.