Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
437 stars 22 forks source link

Add .monarch directory to git ignore if git repository detected in project root #9

Closed bkraszewski closed 3 years ago

bkraszewski commented 3 years ago

I noticed using monarch init creates temp directory .monarch/* in the project root. if possible, can script append

.monarch/*

to git ignore if project root has git initialized?

fertrig commented 3 years ago

monarch init has been doing that. Please make sure you run monarch upgrade to get latest monarch binaries. You can also use monarch --version to check what version you are running.

Releases can be found here. We'll update that page every time we do a new release.