example-voting-app
example-voting-app copied to clipboard
Adding a git attributes file to avoid EOL issues
CRLF in .sh healthcheck scripts seems to causes failures. git clone with default parameters on Windows would change all line endings to CRLF. The .gitattributes file makes sure the LF line endings are preserved for .sh files.