Skip to content

Commit

Permalink
[vscode settings] add git.ignoredRepositories (#3196)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicole Mazzuca <[email protected]>
Co-authored-by: Stephan T. Lavavej <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2022
1 parent 29ac086 commit 0098818
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,18 @@
"files.eol": "\r\n",
"files.exclude": {
"benchmarks/google-benchmark": true,
"boost-math": true,
"llvm-project": true,
"stl/msbuild": true,
"boost-math": true
"stl/msbuild": true
},
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.ignoredRepositories": [
"benchmarks/google-benchmark",
"boost-math",
"llvm-project"
],
"python.analysis.extraPaths": [
"./llvm-project/libcxx/utils",
"./llvm-project/llvm/utils/lit",
Expand Down

0 comments on commit 0098818

Please sign in to comment.