Microsoft/vscode
Voir sur GitHubGit - Adding a folder to `.gitignore` should not add every single file
Open
#127 028 ouverte le 23 juin 2021
feature-requestgithelp wanted
Métriques du dépôt
- Stars
- (74 848 stars)
- Métriques de merge PR
- (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)
Description
- VS Code Version: v1.57.1
- OS Version: Win 20H1
Steps to Reproduce:
- Create an empty repository
- Do
npm init && npm install whatever - Switch to the SVM view
- Oops, you have one bajillion changed files in your working copy! Right-click the
node_modulesfolder 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_modulessubtree of the repository is added separately to the.gitignore...