Nest-cli: Add .gitignore when generate a new project by default

Created on 15 Dec 2017  路  5Comments  路  Source: nestjs/nest-cli

Here is a reference: https://github.com/github/gitignore/blob/e68f3c0984f96ab262db7871f23a818ca0c097e2/Node.gitignore)

feature

Most helpful comment

Will manage .gitgnore by default and add different kind of subversion systems by asking user input should be the best for this feature.
Will mark as a feature !

All 5 comments

I don't get why .gitignore on ThomRick/nest-typescript-starter is not created when a execute te command nest new some-app

Hey @GustavoRPS !
The purpose is to generate the project structure without subversion configuration.
If you use SVN / Mercurial or CVS (why not) you don't want to have a .gitignore generated, isn't it ?
Can we close the issue or you want to open the discussion on https://gitter.im/nestjs/nest-cli ?

@ThomRick
I understand your point.
It is possible to handle different types of versioning system? Just asking.

Will manage .gitgnore by default and add different kind of subversion systems by asking user input should be the best for this feature.
Will mark as a feature !

+1

Was this page helpful?
0 / 5 - 0 ratings