-
Notifications
You must be signed in to change notification settings - Fork 12k
ng new --skip-git is ignored #7686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
severity3: broken
Comments
Brocco
added a commit
to Brocco/devkit
that referenced
this issue
Sep 25, 2017
Brocco
added a commit
to Brocco/devkit
that referenced
this issue
Sep 25, 2017
Brocco
added a commit
to Brocco/devkit
that referenced
this issue
Sep 25, 2017
filipesilva
pushed a commit
to angular/devkit
that referenced
this issue
Sep 27, 2017
This was deliberate? 😱 Please see #8638 because I think there is a good use case for creating |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
severity3: broken
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.4.1
node: 6.11.2
os: win32 x64
Repro steps.
Execute ng new --directory . --skip-git in a folder which already contains a .gitignore file reports the error. Alternatively execute ng new --skip-git and upon looking in the folder a .gitignore file is still created.
The log given by the failure.
error! .gitignore already exists.
Desired functionality.
The ng new command should comply with the --skip-git option and not attempt to create a .gitignore file.
This was not an issue is version 1.3.2 and therefore must be a regression bug
The text was updated successfully, but these errors were encountered: