aforemny / elm-mdc

Elm port of the Material Components for the Web CSS/JS library
https://aforemny.github.io/elm-mdc
Apache License 2.0
354 stars 43 forks source link

Update .gitignore #226

Closed robbiemcmichael closed 5 years ago

robbiemcmichael commented 5 years ago

The .gitignore file has quite a few rules that will match in any directory, even though a file matching that rule has been committed. For example, src/elm-mdc.js is matched by elm-mdc.js when it seems as though only the /elm-mdc.js produced during a build is intended to be excluded.

I've tightened up the ignore rules by based on the files produced when I build the project locally. There's a few instances where I've had to make an educated guess (e.g. I never found test.html but assumed someone may have created files matching that on their machine for testing, so I've left that particular rule in there).