Skip to content

Forgives pre-existing common files

Compare
Choose a tag to compare
@inadarei inadarei released this 05 Aug 21:11
· 49 commits to master since this release

Sometimes destination folder may contain files such as .git, .gitignore and README.md if the folder is a freshly initialized git repo workspace. And that is totally fine. In the v1.0.2 version we preserve those files and do not halt JustGo project creation if these are the only files.

Learn more at: #1

Credit for improvement: @cmlicata