v0.30.0
Git support is now enabled. When you generate files:
- To non-empty directory, you get an error with information that you can lose some of your work that can be overwritten.
- To a directory in a Git repository, you get an error that you might lose some of your work but only in case you have some unstaged changes, and the directory is not in .gitignore.
We also introduced a new flag in CLI called --force-write (it is also supported on a library level) and it will allow you to ignore rules provided by this feature.