Microsoft/vscode

Git - Adding a folder to `.gitignore` should not add every single file

Open

#127.028 aperta il 23 giu 2021

Vedi su GitHub
 (7 commenti) (3 reazioni) (1 assegnatario)TypeScript (10.221 fork)batch import
feature-requestgithelp wanted

Metriche repository

Star
 (74.848 star)
Metriche merge PR
 (Merge medio 11h 43m) (1000 PR mergiate in 30 g)

Descrizione

  • VS Code Version: v1.57.1
  • OS Version: Win 20H1

Steps to Reproduce:

  1. Create an empty repository
  2. Do npm init && npm install whatever
  3. Switch to the SVM view
  4. Oops, you have one bajillion changed files in your working copy! Right-click the node_modules folder in the SCM view and choose "Add to .gitignore".

Expected behavior:

  • node_modules/ is added to the .gitignore.

Actual behavior:

  • Every single file in the node_modules subtree of the repository is added separately to the .gitignore ...

Guida contributor