How to ignore files or folders with git that comes with vscode?
PHPz2017-05-02 09:52:59
Similar to other tools or command lines, configure the directories and files that need to be ignored in the file .gitignore
as shown below
*.txt
test.txt
bin/
仅有的幸福2017-05-02 09:52:59
For Windows system, you can install a little turtle and just right-click to ignore it.