Closed AndyOGo closed 5 years ago
If you really don't want your new project to be a git repo, you can just delete the .git
folder, and probably the .gitignore
file as well.
Also, check this out
@Ismoura Thank you for your answer.
Yeah, that's correct. In fact that is what I did, just delete .git/
folder.
But I would really rather like to have it as an opt-in option 🙏
May I ask where this behaviour is documented, I couldn't find it at a first glance?
Edit: Wau you just where a second quiecker than me^^
Very good to know about --no-git
flag, thanks a lot:)
@AndyOGo Check my comment on this thread. You can entirely disable the creation of the git repo.
Edit: We're editing our answers faster then expected!
@lsmoura haha, thanks a lot, nice to chat with you
This issue is a:
I did
nwb new web-module my-module
and got an unexpected.git/
repo.Is this intended, if so why? Can I disable it?
Btw. I use lernaJS too