gaearon / react-hot-boilerplate

Minimal live-editing example for React
MIT License
3.91k stars 879 forks source link

Add dist/ to .gitignore. #37

Closed denysdovhan closed 9 years ago

denysdovhan commented 9 years ago

Every time I run webpack, I get this in my terminal:

image

I'm not sure that's good. Maybe should we add dist-folder into .gitignore?

gaearon commented 9 years ago

Fair. That said, this boilerplate doesn't really show production configuration anyway.

denysdovhan commented 9 years ago

:+1: