`

Visual Studio Code 配置.gitignore后不生效的问题

阅读更多

在工作区配置了.gitignore ,将

.idea/
.vscode/
bin/
pkg/

 但是发现完全没有什么用,后来看到VS code有一个插件:gitignore  装上之后你就明白

写道
gitignore extension for Visual Studio Code

A extension for Visual Studio Code that assists you in working with .gitignore files.

Features

Language support for .gitignore files
Add local .gitignore by pulling file from the the github/gitignore repository.
Usage

Start command palette (with Ctrl+Shift+P or F1) and start typing Add gitignore

Settings

{
// Number of seconds the list of `.gitignore` files retrieved from github will be cached
"gitignore.cacheExpirationInterval": 3600
}

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics