Add .gitattributes file
Created by: Timer
Windows contributors have to deal with failing test cases due to line endings when comparing to snapshot tests.
See https://github.com/facebookincubator/create-react-app/pull/3065 for reference.
We should create a .gitattributes
file which forces these files (all *.js files?) to be checked out with LF
line feeds.