Permalink
Cannot retrieve contributors at this time
12 lines (10 sloc)
288 Bytes
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ensure Docker script files uses LF to support Docker for Windows. | |
# Ensure "git config --global core.autocrlf input" before you clone | |
* text eol=lf | |
*.py whitespace=error | |
*.ico binary | |
*.jpg binary | |
*.png binary | |
*.zip binary | |
*.mp3 binary | |
Dockerfile.dev linguist-language=Dockerfile |