Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0098818

Browse files
strega-nil-msstrega-nilStephanTLavavej
authored
[vscode settings] add git.ignoredRepositories (microsoft#3196)
Co-authored-by: Nicole Mazzuca <[email protected]> Co-authored-by: Stephan T. Lavavej <[email protected]>
1 parent 29ac086 commit 0098818

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.vscode/settings.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,18 @@
1414
"files.eol": "\r\n",
1515
"files.exclude": {
1616
"benchmarks/google-benchmark": true,
17+
"boost-math": true,
1718
"llvm-project": true,
18-
"stl/msbuild": true,
19-
"boost-math": true
19+
"stl/msbuild": true
2020
},
2121
"files.insertFinalNewline": true,
2222
"files.trimFinalNewlines": true,
2323
"files.trimTrailingWhitespace": true,
24+
"git.ignoredRepositories": [
25+
"benchmarks/google-benchmark",
26+
"boost-math",
27+
"llvm-project"
28+
],
2429
"python.analysis.extraPaths": [
2530
"./llvm-project/libcxx/utils",
2631
"./llvm-project/llvm/utils/lit",

0 commit comments

Comments
 (0)