jescalan / roots

a toolkit for rapid advanced front-end development
http://roots.netlify.com/
Other
1.45k stars 133 forks source link

Ignore all files starting with `.git` #711

Closed axelboc closed 8 years ago

axelboc commented 8 years ago

Let watcher and compiler automatically ignore all files and folders starting with .git (not just the .git folder). This fixes an infinite compilation loop issue when running roots watch on Windows with Visual Studio Code open => watcher was detecting changes to .gitignore every few seconds.

jescalan commented 8 years ago

Ah so great, really glad you found a fix for this!

axelboc commented 8 years ago

Yeah me too, thanks for merging it in! :smile: