SO-Close-Vote-Reviewers / SOCVR-Chatbot

Chatbot (lovingly named Closey) for the SO Close Vote Reviewers Chat Room
GNU General Public License v2.0
16 stars 2 forks source link

Update .gitattributes file to have correct line endings for files that matter #142

Open gunr2171 opened 8 years ago

gunr2171 commented 8 years ago

The docker files (docker-compose.yml.example and dockerfile) and git files need to have the correct line endings - unix style. docker build will break if you use crlf.

Code files don't matter, they can remain "auto".