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.
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 runningroots watch
on Windows with Visual Studio Code open => watcher was detecting changes to.gitignore
every few seconds.